How do you limit implicit type conversion in VB.NET?

Options
- Option Strict On
- Option Strict=1
- Options Strict True
- Option Strict off


CORRECT ANSWER : Option Strict On

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement