1.

What Is Static And Dynamic Binding?

Answer»

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.

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.



Discussion

No Comment Found