Answers

Question and Answer:

  Home  Visual Basic (VB)

⟩ What are types of binding?

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

 140 views

More Questions for you: