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
This question is part of this quiz :
C++ Intermediate Skill Assessment Practice Test