Pregunta de entrevista de Accenture

Explain what inheritance is in Java

Respuestas de entrevistas

Anónimo

10 de dic de 2015

Getting the properties n behaviors of another class

3

Anónimo

25 de jul de 2019

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