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
Explain about control properties?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
What is DAO?
What is database vb?
Explain the working of templates?
Explain OLE Drag and Drop.
How do I access C style strings?
How do I speed up control property access?
Can a VB application be an OLE server?
How would you create properties in ActiveX Control?
Explain about Caturing Baseline.
What are the scope of the class?
___,___ arguments will be used to run a executable program in shell function
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How do I call a DLL?