Visual Basic (VB) Question:
Download Questions PDF

Different type of Instantiation in VB?

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) Interview Questions And Answers PDF

Previous QuestionNext Question
Private Dim x as integer. Valid ?What are the different types of Dialog Box in VB?