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
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
How do I do drag & drop between applications?
Is visual basic still used?
Types of Resultsets.
What is the-use of property page Wizard in ActiveX Control?
Explain about form creation in Visual Basic?
Write the Steps in Creating an ActiveX Control?
How do I speed up control property access?
___,___ and __ are difference between image and picture controls.
How would you run your ActiveX Document Dll?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
what are the Types of DBCombo boxes?
What is the use of Data Form Wizard?
What do you know about user forms.
Write the Steps in Creating an ActiveX Control?