

InterviewSolution
Saved Bookmarks
1. |
What do you mean by a sub class and a super class? |
Answer» Definition: A SUBCLASS is a class that derives from ANOTHER class. A subclass INHERITS state and behavior from all of its ancestors. The TERM superclass refers to a class's direct ancestor as well as all of its ASCENDANT classes. |
|