MathWorks interview question

What is inheritance in object oriented programming?

Interview Answer

Anonymous

Jun 1, 2017

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