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

Correct Answer :   Static polymorphism


Explanation : Compile-time polymorphism: It is also known as static polymorphism. This type of polymorphism is achieved by function overloading or operator overloading.

Advertisement