What is binding? What are types of binding?

Answers were Sorted based on User's Feedback



What is binding? What are types of binding?..

Answer / 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

What is binding? What are types of binding?..

Answer / amol kinge

binding means adrress of method amd class name knows object
at compile time or runtime that is binding

following are binding types as
1.static binding(both at compile time)
2.dynamic binding(Only one at compile time other at run
time)
3.Late binding(both find out at run time)
4.early binding(just like static)

Is This Answer Correct ?    9 Yes 7 No

What is binding? What are types of binding?..

Answer / sammi kumar

binding is the creation of a simple reference to something
that is larger and more complicated and used frequently.
The simple reference can be used instead of having to
repeat the larger thing. A binding is such a reference
types of binding are:
1) Compile time
2) Run time
3) Execution time/runtime

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More Visual Basic Interview Questions

what are the Parts of ODBC?

0 Answers  


How do I speed up control property access?

0 Answers  


What is the difference between procedure and functions in VB?

15 Answers   Infrasoft,


How does the following statements work? On Error Resume Next

1 Answers  


What is Pseudocode?

0 Answers  






How many types of ActiveX Components are there in Visual Basic and what are they?

2 Answers  


what are the Differences between variables defined as public in a standard module (.bas) file and a Class file?

2 Answers   CTS, Technocrats,


What is the purpose of the DoEvents command?

2 Answers  


What is Centralization Error Handling?

1 Answers  


what is differece b/w Module and class Modules in vb6? thanks

4 Answers   Ask Techsys, TCS,


What is the difference between <F8> and <Shift-F8> when debugging?

2 Answers  


What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

0 Answers  


Categories