Visual Basic (VB) Question:

Different type of Instantiation in VB?

Tweet Share WhatsApp

Answer:

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.

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
Private Dim x as integer. Valid ?What are the different types of Dialog Box in VB?