What is inheritance in Object Oriented Programming?
Resposta da entrevista
Sigiloso
12 de out. 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.