Question d’entretien chez Morgan Stanley

What is inheritance?

Réponse à la question d'entretien

Utilisateur anonyme

1 avr. 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.