Microsoft Basics Question:

Explain Why do we use Option Explicit?

Microsoft Basics Interview Question
Microsoft Basics Interview Question

Answer:

Option Explicit requires that all variable names be defined (with the Dim statement).


Previous QuestionNext Question
What is IUnknown and what are its three parts?How to remotely administer MS IIS?