140.
The term "dynamic binding" means:
View Description
Dynamic binding defers the decision on which method to call until runtime. The type of the object on which the call is made determines which method will be executed.