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 15

a. function overloading
b. virtual function
c. operator overloading
d. None of the above.

ANSWER: virtual function

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)