Vidyalelo
C++ Programming · Q31

Polymorphism in C++

Programming · C++ Programming · question 31

Q31

Which type of polymorphism allows different classes to be treated as instances of the same class through a common interface?

A.
Compile-time polymorphism
B.
Run-time polymorphism
Answer
C.
Static polymorphism
D.
Dynamic polymorphism

Answer: Option B

Solution

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