Accenture interview question

Explain what inheritance is in Java

Interview Answers

Anonymous

10 Dec 2015

Getting the properties n behaviors of another class

3

Anonymous

25 July 2019

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