Visual Basic (VB) Question:

Download Job Interview Questions and Answers PDF

What does Option Explicit refer to?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

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?