Which of the following supports runtime polymorphism in C++?

Explanation:

Virtual functions enable runtime (dynamic) polymorphism in C++.

Explore more in Computer Science: