First page Back Continue Last page Graphics
Namespace Facilities
Provided by C++ for greater control over the scope of names.
Traditional C++ Namespaces:
- declarative region (a region in which declarations can be made)
- potential scope (begins at its declaration and extends to end of declarative region)
New Namespace Features
- Adds ability to create named namespaces by defining a new kind of declarative region.