Vidyalelo
C++ Programming · Q21

Polymorphism in C++

Programming · C++ Programming · question 21

Q21

Which type of polymorphism allows a class to have multiple methods with the same name but different signatures?

A.
Run-time polymorphism
B.
Operator overloading
C.
Parametric polymorphism
D.
Ad-hoc polymorphism
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board