Wiki

Clone wiki

inf225public / glossary / Namespace

[Alphabetical Index | Tag Index]

Namespace

Some kind name grouping that makes it possible to distinguish different uses of the same name. For example, having variable names be distinct from type names; or treating names in one module as distinct from the same names in another module (In this sense, namespaces are related to Scope).

[Wikipedia]

Updated