A Discussion On Early vs Late Binding
What is "Binding"? "Binding" is essentially the process of connecting to the object model of an application to make use of its objects, properties and methods. There are two methods to accomplish this: Early Binding and Late Binding. Early Binding: