Back to quizzes
Polymorphism Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the primary purpose of polymorphism in C++?
A
To allow methods to do different things based on the object that it is acting upon.
B
To enable multiple inheritance.
C
To improve memory management.
D
To facilitate operator overloading.