Question d’entretien chez Fidelity Investments

What is inheritance in Object Oriented Programming?

Réponse à la question d'entretien

Utilisateur anonyme

12 oct. 2022

When a child class extends a parent class to make a more specific class. For example a person class is extended to the employee class and customer class because they are both people.