Computer Science, asked by shreyans12345678910, 1 year ago

what is a static variable in visual basic

Answers

Answered by RONAKRAMAN
2
In addition to scope, variables have a lifetime, the period of time during which they retain their value. The values in module-level and public variables are preserved for the lifetime of your application. However, local variablesdeclared with Dim exist only while the procedure in which they are declared is executing.
Similar questions