Morgan Stanley Interview Question

What is inheritance?

Interview Answer

Anonymous

Apr 1, 2016

Inheritance is a mechanism and advantage of Object Oriented Programming in which we can make use of code more then one time without writing it.Just by using extends keyword in Class or child such that the methods and variables of parent got inherites in the child.