InterviewSolution
Saved Bookmarks
| 1. |
What Is A Super-class? |
|
Answer» GIVEN a CLASS, a super-class is the basis of the class under consideration. The given class is defined as a subset (in some respects) of the super-class. OBJECTS of the given class potentially posses all the characteristics BELONGING to objects of the super-class. Given a class, a super-class is the basis of the class under consideration. The given class is defined as a subset (in some respects) of the super-class. Objects of the given class potentially posses all the characteristics belonging to objects of the super-class. |
|