1.

How many types of polymorphism are there in C++?(a) 1(b) 2(c) 3(d) 4This question was posed to me in an online interview.My question is based upon OOPs Concept in section Basics Concepts of C++ of C++

Answer»

The CORRECT choice is (B) 2

The EXPLANATION: There are two types of polymorphism in C++ NAMELY run-time and compile-time POLYMORPHISMS.



Discussion

No Comment Found

Related InterviewSolutions