Dynamic Binding
Binding refers to the linking of a proc«lure call to the code to be executed in response to the call. Dynamic binding (also known as late binding) means that the code associated with a given procedure call is not known until the time of tho call at run-time. It is associated with polymorphism and inheritance. A func.-tion call associated with a polymorphic reference depends on the dynamic type of that reference. ,
Comments
Post a Comment