Morgan Stanley Interview Question

What is Inheritance?

Interview Answer

Anonymous

Oct 16, 2016

Inheritance is a way to reuse code of existing objects, or to establish a subtype from an existing object, or both, depending upon programming language support.