Multiple choice

Run-time polymorphism can be achieved by using _______.

  1. function overloading

  2. operator overloading

  3. friend function

  4. virtual function

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In this method, appropriate member function could be selected at run-time polymorphism.