InterviewSolution
Saved Bookmarks
| 1. |
Define A Class? |
|
Answer» The class can be defined as a COLLECTION of OBJECTS in a universe. Subclasses can be DERIVED from classes and using these classes and the subclasses, we can create a HIERARCHY. The class can be defined as a collection of objects in a universe. Subclasses can be derived from classes and using these classes and the subclasses, we can create a hierarchy. |
|