First page Back Continue Last page Graphics
Scope
Local Scope (Block Scope)
- Known only within the block in which it is defined.
Global Scope (File Scope)
- Known throughout the file after being defined.
Class Scope
- Variables declared in a class.
Namespace Scope
- Variables declared in a namespace.