Google News
logo
CPP - Quiz(MCQ)
What is the other name of run-time polymorphism?
A)
Dynamic polymorphism
B)
Static polymorphism
C)
Executing polymorphism
D)
Non-executing polymorphism

Correct Answer :   Dynamic polymorphism


Explanation :

* In Run time Polymorphism: It is also known as Dynamic polymorphism as it is implemented during the run-time of the program.
* It is also known as Dynamic binding, Late binding and overriding as well.
* Run time polymorphism is more flexible as all things execute at run time.

Advertisement