Bentley Systems Interview Question

Explain what is polymorphism and inheritance

Interview Answer

Anonymous

Oct 19, 2017

Those are some of the four major concepts in object-oriented programming. Inheritance provides the properties and methods of existing class to its subclasses.