Saved Bookmarks
| 1. |
Differentiate between base class and derived class. |
|
Answer» A base class is a class from which other classes are derived. The class that inherits is called derived class. The inheriting class is called the derived class. |
|