What does option Explicit means?

Answers were Sorted based on User's Feedback



What does option Explicit means?..

Answer / aftab kashif

This means that all variables must be declared before being
put to use.
i.e. they must be exlicitly declared

Is This Answer Correct ?    33 Yes 3 No

What does option Explicit means?..

Answer / nishant ranjan

When we use option explicit then we must have to declare
all the variables.

Is This Answer Correct ?    18 Yes 2 No

What does option Explicit means?..

Answer / 123

It is used to trap the undeclared variables in the modules

Is This Answer Correct ?    8 Yes 2 No

What does option Explicit means?..

Answer / srinivas shetty

if we want the complier to check for the undeclared
variables then option explicit can be used.

shetty

Is This Answer Correct ?    7 Yes 3 No

What does option Explicit means?..

Answer / shreya sondur

The Option Explicit statement checks in the module for
usage of any undeclared variables and reports an error to
the user.

Is This Answer Correct ?    4 Yes 0 No

What does option Explicit means?..

Answer / shivnath

When we have to use a variable in a program, Option Explicit
tell us to declare them must else the program will break by
the compiler in run mode. It is an indicator only.

Is This Answer Correct ?    4 Yes 1 No

What does option Explicit means?..

Answer / raju joshi

All the variable which are used witing the program need to
be declared when you use this option

Is This Answer Correct ?    4 Yes 5 No

What does option Explicit means?..

Answer / antony akkara j.

if we declaring "option explicit" - then we have to declare each variable datatype what is exactly ?. So we can trap undeclared variable(s). But in "option Implicit" - case will be straight opposite.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What is dao in visual basic?

0 Answers  


Binary Access-method is used to access file in which manner?

1 Answers  


which arguments will be used to run a executable program in shell function ?

1 Answers  


To populate a single column value which dbcontrols you to use?

0 Answers  


Using which type we can access file line by line?

2 Answers  






what is the Difference between Declaration and Instantiation an object?

1 Answers  


What is the use of Imagelist Controls ?

0 Answers  


I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.

2 Answers  


What is a variant data type and when would you use it?

3 Answers  


List out the ADO objects?

2 Answers  


How do you avoid the "Invalid use of null" error when reading null values from a database?

0 Answers  


CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to Control panel-->Admintrative Tools-->Double -click Data sources(ODBC)-->click Add button-->I choose SQL server (last option), Is it right or wrong option for connecting to SQL 2000.Then a new screen appears Create a New dataSource-->in name textbox,we can write anyname--Right or wrong. suppose i enter sonia, & my server name is .,so I enter . in server & click next button-->On the Next screen i have checked the option With Sql server authentication-- >Login Id-sa, Password-->Blank-->Click next button-->Next-- >Finish-->Then I click on button Test Data source-->Mesage Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok. These steps we have to do or not for Connectivity using ODBC. If yes,then what after these steps we have to do??Plz reply me early ??Thx in advance.

6 Answers  


Categories