Compare between option
strict and option explicit
Answers
Answered by
4
Answer:
The Explicit option requires that all variables used in the code are declared before they're used. The Strict option requires that variables are declared with a specific type. In other words, the Strict option disallows the use of generic variables that can store any data type.
Similar questions
Computer Science,
5 months ago
Science,
5 months ago
Math,
10 months ago
Biology,
1 year ago
Physics,
1 year ago