Interview Question
Qus: What is a base class and derived class?
Answers (2)
The class that inherits the members of the base class is called the derived class (or child class).