Answers

Question and Answer:

  Home  Visual Basic (VB)

⟩ Different type of Instantiation in VB?

Private Only for the Specific Module.

Public not creatable Private & Public

Multi Use - Variable we have to declare.

Single Use Not possible through dll.

Global Multiuse Have variable not Required to Declare.

Global Single Use - Only for exe.

 154 views

More Questions for you: