MathWorks interview question

What is inheritance in object oriented programming?

Interview Answer

Anonymous

1 Jun 2017

when an object or class is based on another object (prototypal inheritance) or class (class-based inheritance),