What is binding? What are types of binding?
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by Establish Connection in RDO?
Which method is preferred to save datas like database?
How would you add elements in TreevieW Control.
What is Mask Edit and why it is used?
How do I mimic a toggle button?
How can you force new objects to be created on new threads?
What are the Internet tools available in VB 6.0?
What is data control in vb?
what is the Difference between Tabletype and Snapshot?
Why doesn't "my string" & Chr$(13) do what I want?
Is it possible to Access BackEnd procedures?
Explain about the basic features of Visual basic?
What is "NULL"?
How can you get selected file from file system Control?
How would you create Visual basic Document file?