InterviewSolution
Saved Bookmarks
| 1. |
What is class ? What is superclass ? |
|
Answer» The derived class (the class that is derived from another class) is called a subclass. The class from which it's derived is called the SUPERCLASS, Definition: A subclass is a class that derives from another class. A subclass inherits state and behavior from all of its ANCESTORS. FOLLOW me Mark me as brainlist Hope it is HELPFUL.......... |
|