Binding is nothing but the association of a name with the class. Static binding is a binding in which name can be associated with the class during compilation time , and it is also called as early Binding.
Dynamic binding is a binding in which name can be associated with the class during execution time , and it is also called as Late Binding.
Dynamic binding is a binding in which name can be associated with the class during execution time , and it is also called as Late Binding.
No comments:
Post a Comment