Pergunta de entrevista da empresa Tatvasoft

What is Inheritance in OOPs?

Resposta da entrevista

Sigiloso

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