Pregunta de entrevista de Fidelity Investments

What is inheritance in Object Oriented Programming?

Respuesta de la entrevista

Anónimo

12 de oct de 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.