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
Explain about manipulating the recordset object
How would you create properties by using class Builder Wizard?
What are the tools available for Debuggiu in VB?
Explain about conditional operators?
___,_____ and ____ container objects.
Which method is preferred to save datas like database?
What is Parser Bug?
What is the-use of property page Wizard in ActiveX Control?
In which areas the Error occurs?
Difference between Recordset and Resultsets.
what are the Differenct Types of Procedures in VB?
What is controls in vb?
which property of menu cannot be set at run time.
Is it possible to set a shortcut key for label?
Scope of API?s can be of different types, what are they Why API functions are Required?