RunTime Polymorphism is achieved - Virtual function
Q. C++: RunTime Polymorphism is achieved by ______- Published on 24 Jun 15a. Friend function
b. Virtual function
c. Operator overloading
d. Function overloading
ANSWER: Virtual function
Virtual functions helps to call member functions of different class by a same function call depending on the context.