Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

How run-time polymorphisms are implemented in C++?

a) Using Inheritance
b) Using Virtual functions
c) Using Templates
d) Using Inheritance and Virtual functions

Answer: d
Explanation: Run-time polymorphism is implemented using Inheritance and virtual in which object decides which function to call.

Join The Discussion