Answer:
Abstract methods are declared in Abstract Class.
All abstract method have to compulsory Implemented in the subclass(Abstract derived class). But other methods in Abstract class, except abstract method, not compulsory to Implement its derived class.
In Interface all methods are abstract method(So no need to declare abstract method).
Asked In: Many Interviews |
Alert Moderator