Thursday, August 26, 2010

Dynamic Binding

,
Definition of Dynamic Binding:-Binding means that  a procedure call of the code is executed , when we call the particular code.
Dynamic Binding means at the run time we know that which code is particularly associated to which code.
Dynamic Binding also known as Late Binding.
It is generally associated with polymorphism and Inheritance.

0 comments to “Dynamic Binding”

Post a Comment