VB Dot Net Developer Question:

Explain Option Strict?

Tweet Share WhatsApp

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 PDF Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Explain INTERNAL keyword in .Net Framework?Explain Option Explicit?