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


Please Help Members By Posting Answers For Below Questions

what are the Types of cursors in RDO?

1871


Is visual basic c#?

502


How would you use ActiveX Dll and ActiveX Exe in your application?

1611


With in the form we want to check all the text box control are typed or not? How?

1544


How do I call a DLL?

1051






What is the default model of the form?

1635


Why doesn't "my string" & Chr$(13) do what I want?

1096


What is connection object in vb net?

585


___,_____ and ____ container objects.

1040


What is Seek Method which type of record set is available this?

1500


___,___ and __ are difference between image and picture controls.

1117


Is there a way to break long lines in VB code?

956


What are the scope of the class?

1535


What is instantiating?

1407


Is it possible to change menu runtime using API? If yes Specify the function names?

1462