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 the use of debug Window?
Is there any Edit method in ADO Data Access method?
How can you Add API functions to your Application?
Which type of object requires this object?
Explain about arrays?
What is ado data control in vb?
What is file in vb?
What is ActiveX Dll and ActiveX Exe?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How would you create your application in DHTML?
How to down load image properties.
What are the tools in visual basic?
what is the control used to call a windows application.
How do I create controls dynamically (at run-time)?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?