Home / Questions / What is meant by a base class and a derived class?
Explanatory Question

What is meant by a base class and a derived class?

👁 108 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The class that is inherited is known as base class and the class that inherits from the base is known as derived class.