InterviewSolution
Saved Bookmarks
| 1. |
What Is A Subclass? |
|
Answer» SUBCLASS is a CLASS that INHERITS from ONE or more CLASSES. Subclass is a class that inherits from one or more classes. |
|