How many types of polymorphisms are supported by C++?
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates).
Be The First To Comment