1.

What is the other name of run-time polymorphism?(a) Static polymorphism(b) Dynamic polymorphism(c) Executing polymorphism(d) Non-executing polymorphismI had been asked this question in examination.This intriguing question originated from C++ Concepts in division Basics Concepts of C++ of C++

Answer»

The correct CHOICE is (b) Dynamic polymorphism

Best EXPLANATION: Run-time polymorphism is also known as dynamic polymorphism as it is implemented during the run-time of the PROGRAM.



Discussion

No Comment Found

Related InterviewSolutions