Home / Questions / What is inheritance?
Explanatory Question

What is inheritance?

👁 106 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

Inheritance is the mechanism by which a class acquires the properties and methods of another class.

Inheritance is a mechanism in which one object acquires all the properties and behaviors of parent object.
Figure: Inheritance