Mphasis Interview Question

questions related to programming language. C++ in my case, basic questions like ploymorphism

Interview Answer

Anonymous

Feb 9, 2016

Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object.