Microsoft Basics Question:

Explain Why do we use Option Explicit?

Answer:

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

Read All 18 Microsoft Basics Questions
Previous QuestionNext Question
What is IUnknown and what are its three parts?How to remotely administer MS IIS?