VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

Explain Option Explicit?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

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.

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Option Strict?Explain ReDim keyword?