What are types of binding?

Submitted by: Administrator
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
Submitted by: Administrator

Read Online Visual Basic (VB) Job Interview Questions And Answers