Home » C++ Programming » OOPS Concepts

How many types of polymorphisms are supported by C++?

Correct Answer: 2

Explanation:

The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates).

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion