Google News
logo
CPP - Quiz(MCQ)
Which of the following explains the overloading of functions in C++?
A)
Transient polymorphism
B)
Pseudo polymorphism
C)
Virtual polymorphism
D)
Ad-hoc polymorphism

Correct Answer :   Ad-hoc polymorphism


Explanation : Ad-hoc polymorphism is a type of polymorphism in which a function denotes heterogeneous implementation depending upon the types of argument.

Advertisement