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 Visual Basic Document file?
Is visual basic c#?
How can you Implement windows functionality in VB?
How do I get the Tab key to be treated like a normal character?
___ argument can be used to make a menuitem into bold.
What is instantiating?
what are the Types of LockEdits in RDO?
How would you create properties by using class Builder Wizard?
How would you navigate between one document to another document
What are the new events in textbox that has been included in VB ?
What is the use of command Object?What are the various types of variables?
How do I make a text box not beep but do something else when I hit the Enter key?
How would you use ActiveX Dll and ActiveX Exe in your application?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
What are the tools available for Debuggiu in VB?