1.

What is meant by polymorphism?(a) class having many forms(b) class having only single form(c) class having two forms(d) class having four formsThe question was posed to me in an online interview.My doubt stems from Class Hierarchies and Abstract Classes topic in section Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

The CORRECT ANSWER is (a) CLASS having many forms

Easiest explanation - POLYMORPHISM is LITERALLY meant class having many forms.



Discussion

No Comment Found

Related InterviewSolutions