Fidelity Investments interview question

What is inheritance in Object Oriented Programming?

Interview Answer

Anonymous

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.