Qus:    What is a base class and derived class?
Oct 12, 2020 08:14 2 Answers Views: 613 SHIVA
Prev Next
Answers (2)
DIVYA Oct 13, 2020 01:50
Answer:   The base class is a class whose members and functions can be inherited, and the derived class is the class that inherits those members and may also have additional properties.

PARTH Oct 13, 2020 07:13
Answer:   The class whose members are inherited is called the base class (or parent class).

The class that inherits the members of the base class is called the derived class (or child class).

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect