English, asked by Milon3945, 10 months ago

Compare between option
strict and option explicit

Answers

Answered by rohit3983
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