What is the meaning of dynamic binding in C++ ?
Dynamically determine the type of an object during run-time
Dynamically determine which method should be called during run-time
Dynamically determine the type of arguments in a function
Trick question : it doesn't mean anything