What is binding? What are types of binding?
Answer Posted / guest
Assigning variable with defined memory space.
Late Binding - Memory size is allotted in later stage.
Ex:- Dim x as object
Early Binding - Memory size is allotted while declaring
itself.
New Key word is important.
Ex:- Dim x as New Object
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How do I make my applications screen-resolution independent?
Write the Steps in Creating an ActiveX Control?
How do I call help files from a VB program?
It possible to call OLEDB?s Features directly in VB without using any control?
What is constructors and distructors.
Is it possible to Access BackEnd procedures? Explain.
How can you check whether a record is valid record or Invalid record using ADO control or Object?
___ Property is used to count no. of items in a combobox.
What are the rules which should be followed while naming a variable in VB?
How the image application?
What is dao in vba?
Difference between Recordset and Resultsets.
What is the need of tabindex property is label control?
What is data control in vb?
Give brief description about class?