Pregunta de entrevista de ADP

What is inheritance (programming concept in Java)?

Respuesta de la entrevista

Anónimo

8 mar 2017

A parent-child relationship between classes so you don't have to rewrite similar code that classes would share but instead only override or add new methods in the child classes.