Domanda di colloquio di Fidelity Investments

What is inheritance in Object Oriented Programming?

Risposta di colloquio

Anonimo

12 ott 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.