The Early Binding just means that the
target method is found at compile time while in Late Binding the target
method is looked up at run time. Most script languages use late binding,
and compiled languages use early binding. More about......Early Binding and Late binding
Eldo