Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Computer Programming
Visual Basic (VB)
Visual Basic (VB) Question:
What does Option Explicit refer to?
Tweet
Share
WhatsApp
Download PDF
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) PDF
Read All 102 Visual Basic (VB) Questions
Previous Question
Next 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?