A class that contains one or more abstract methods, and therefore can never be instantiated. Abstract classes are defined so that other classes can extend them and make them concrete by implementing the abstract methods.:A class that contains some defined methods and some undefined methods..but make sure that atleast one undefined method is there or not.
Category:J2SE Interview Questions
No comments:
Post a Comment