What are types of binding?
Submitted by: AdministratorAssigning 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
Submitted by: Administrator
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
Submitted by: Administrator
Read Online Visual Basic (VB) Job Interview Questions And Answers
Top Visual Basic (VB) Questions
☺ | Name and explain the different compatibility types when creating a COM component |
☺ | What are properties available in Clip Board? |
☺ | How do you register a component? |
☺ | Can We create CGI scripts in VB? |
☺ | Where will we give the option explicit keyword and for what? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |