VB Dot Net Developer Question:

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.


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