Correct Answer : Option (A) : late binding
Explanation : Virtual function in C++ adds the power of late binding by deciding the type of object during run-time.