Difference between revisions of "Namespace"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (First) |
Karl Jones (Talk | contribs) (computer programming) |
||
Line 7: | Line 7: | ||
This is similar to people names, where a surname could be thought of as a namespace that makes it possible to distinguish people who have the same given name. | This is similar to people names, where a surname could be thought of as a namespace that makes it possible to distinguish people who have the same given name. | ||
− | In computer programming, namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular behavior. | + | In [[computer programming]], namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular behavior. |
== External Links == | == External Links == | ||
* [http://en.wikipedia.org/wiki/Namespace Namespace] @ Wikipedia | * [http://en.wikipedia.org/wiki/Namespace Namespace] @ Wikipedia |
Revision as of 10:58, 19 May 2015
A namespace is a set of named symbols, usually variables.
Names or identifiers are keys allowing access to symbol values.
Namespaces provide a level of direction to specific identifiers, thus making it possible to distinguish between identical identifiers.
This is similar to people names, where a surname could be thought of as a namespace that makes it possible to distinguish people who have the same given name.
In computer programming, namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular behavior.
External Links
- Namespace @ Wikipedia