C++ supports run time polymorphism with the help of virtual functions, which is called ______ binding

Answer : A. Dynamic

C++ supports run time polymorphism with the help of virtual functions, which is called ______ binding.

A. Dynamic

B. Run time

C. Early binding

D. Static

Answer : A. Dynamic

Explanation :

  • Dynamic binding (dynamic dispatch) means that a block of code executed with reference to a procedure call is determined at run time.
Leave a Reply

Your email address will not be published. Required fields are marked *