Vidyalelo
C++ Programming · Q23

Polymorphism in C++

Programming · C++ Programming · question 23

Q23

Which of the following is true about virtual functions in C++?

A.
They cannot be overloaded.
B.
They can be static.
C.
They are resolved at compile-time.
D.
They are resolved at runtime.
Answer

Answer: Option D

Solution

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