Bentley Systems interview question

Explain what is polymorphism and inheritance

Interview Answer

Anonymous

19 Oct 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.