Accenture Interview Question

Explain what inheritance is in Java

Interview Answers

Anonymous

Dec 10, 2015

Getting the properties n behaviors of another class

3

Anonymous

Jul 25, 2019

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