Re: What is the difference between early binding and late binding?

  •  04-12-2016, 3:00 AM

    Re: What is the difference between early binding and late binding?

     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 

View Complete Thread