Visual Basic (VB) Question: Download Visual Basic (VB) PDF

What does Option Explicit refer to?

Tweet Share WhatsApp

Answers:

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

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

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
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?