C++ Intermediate Practice Test - Question 3

Last Updated :
Discuss
Comments

What is polymorphism in OOP?

The ability of a class to inherit from multiple classes

The ability to redefine methods in derived classes

The ability to use the same interface for different data types

The ability to hide the implementation details of a class

Share your thoughts in the comments
Article Tags :