What is the difference between early binding and late
binding?
Answer Posted / divit kumar
Late binding is implemented when you do not know which function will be called, though early binding is faster then latebinding.
(Early Binding is also called static binding or compile time binding)
(Late Binding is also called dynamic binding or runtime binding)
danishvbr[at]yahoo.com
.
.
Early binding determines execution path at compilation and late binding allows for dynamic execution at runtime.
for example: In a native Win32 code environment (i.e., non .NET), late binding could refer to the use of a DLL library vs. the use of a static library - all the references in a static library can be determined at compile time, but the references in a DLL (dynamic link library) are not determined later until run time. In a .NET environment, late binding could refer to the use of System.Reflection
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
___ property is used to change to ___ value to access a identity column'in datacontrols.
What is controls in vb?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What is the use of Visual Basic Document file?
How would you run your ActiveX Document Dll?
Which language is used in visual basic?
What do you mean by Databound Controls Explain?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Difference between ActiveX Control and Standard Control.
How can I call a 'hidden' DOS program from VB?
what is the Property used to add a menus at runtime?
Explain the usage of Web Browser Control?
What is snapshot in vb?
Is there any way to pass a variable to a form apart from using global variables?
What is visual basic used for?