Tatvasoft interview question

What is Inheritance in OOPs?

Interview Answer

Anonymous

11 July 2024

Inheritance is the concept in OOPs in which one class inherits the attributes and methods of another class. The class whose properties and methods are inherited is known as the Parent class