Question d’entretien chez Tatvasoft

What is Inheritance in OOPs?

Réponse à la question d'entretien

Utilisateur anonyme

11 juil. 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