Visual Basic (VB) Question:
Download Questions PDF

What does Option Explicit refer to?

Answers:

Answer #1
All variables must be declared before use. Their type is not required.

Answer #2
To avoid the problem of misnamong variables explicit declaration is being uaed

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
What is the tool used to configure the port range and protocols for DCOM communications?What are the different ways to Declare and Instantiate an object in Visual Basic 6?