Pregunta de entrevista de Tatvasoft

What is Inheritance in OOPs?

Respuesta de la entrevista

Anónimo

11 jul 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