Qus:    What is a base class and derived class?
Oct 12, 2020 13:14 DotNet 2 Answers Views: 1335 SHIVA
Prev Next
Answers (2)
DIVYA Oct 13, 2020 06: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 12: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 solution is right for you?

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


Let`s Connect