Interview Questions

Why do we use Option Explicit?

ASP Interview Questions and Answers


(Continued from previous question...)

124. Why do we use Option Explicit?

Answer1
To avoid multiple variables of the same name.

Answer2:
Correct answer is - This statement force the declaration of variables in VB before using them.

(Continued on next question...)

Other Interview Questions