Scope

scope -
The scope of an identifier is the region of a source program within which it represents a certain thing.

Another definition:

Scope -
Scope is the context that gives meaning to a name.

Scope applies to identifiers including variable names, functions names, class names.


prev -- next
index -- one page -- up