Visual Basic (VB) Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
Private Dim x as integer. Valid ? | What are the different types of Dialog Box in VB? |