Runtime polymorphism can be achieved through - virtual function
Q. C++ : There is two types of polymorphism, Compile time and Runtime polymorphism. Runtime polymorphism can be achieved through.- Published on 23 Jun 15a. function overloading
b. virtual function
c. operator overloading
d. None of the above.
ANSWER: virtual function