Question:
Difference between abstract class and interface?
Author: Ed HowardAnswer:
Interface is the blueprint that can be used to implement a class, no constructors, use implement, also only variables that a final. Abstract can have all defined and undefined methods and different access modifiers, using extend, can have instance or static variables.
0 / 5 Â (0 ratings)
1 answer(s) in total