C++ supports run time polymorphism with the help of virtual functions, which is called ______ binding
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.