Pregunta de entrevista de Accenture

Explain what inheritance is in Java

Respuestas de entrevistas

Anónimo

10 dic 2015

Getting the properties n behaviors of another class

3

Anónimo

25 jul 2019

Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object.