sai
what is the difference between early binding and late binding in .net?
By sai in ASP.NET on Dec 18 2006
  • Dec, 2006 20

    Early binding determines execution path at compilation, late binding allows for dynamic execution at runtime. Provide the function pointer to the object at compile time called as Early Binding. provide the function pointer to the object at runtime called as Late Binding

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS