VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

Explain Option Strict?

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

Answer:

.Net generally allows implicit conversion of any data types. In order to avoid data loss during data type conversion, Option Strict keyword is used and it ensures compile time notification of these types of conversions.

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain INTERNAL keyword in .Net Framework?Explain Option Explicit?