|
Is it a disadvantage of interface?
It was given as,
A class which implements an interface must either implement all methods in the interface, or be an abstract class.
- since a class which implements an interface has to implement all the methods of that interface, is it not a disadvantage that it has to implement all methods even if we want only some methods to be implemented..
|