Scope in Visual Basics

Posted by Nikita Singh
5
Jan 4, 2020
18 Views
The scope of an element in your code is all the code that can refer to it without qualifying its name (or making it available through an Imports statement). In other words, an element's scope is its accessibility in your code.
Comments
avatar
Please sign in to add comment.