Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Explain Option Explicit?

Option Explicit is the keyword used in a file to explicitly declare all variables using declare keywords like Dim, Private, Public or Protected. If undeclared variable name persists, an error occurs at compile time.

 196 views

More Questions for you: