Q. Which of the following C++ features is used to achieve polymorphism?
β
Correct Answer: (C)
Both A and B
Explanation: Polymorphism in C++ is achieved through function overloading and function overriding.