Thread: Interfaces
View Single Post
  #6 (permalink)  
Old 12-11-2007, 05:32 PM
Kavana Krishnappa Kavana Krishnappa is offline
Member
 
Join Date: Dec 2007
Posts: 7
Kavana Krishnappa is on a distinguished road
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..
Reply With Quote