NAMESPACE
Namespace
In general, a namespace is a container for a set of identifiers . Namespaces provide a level of indirection to specific identifiers, thus making it possible to distinguish between identifiers with the same exact name. For example, a surname could be thought of as a namespace that makes it possible to distinguish people who have the same first name. In computer programming, namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular functionality.The above text is a snippet from Wikipedia: Namespace
and as such is available under the Creative Commons Attribution/Share-Alike License.
namespace
Noun
- A conceptual space that groups classes, identifiers, etc. to avoid conflicts with items in unrelated code that have the same names.
Verb
- To categorize by placing into a namespace.
The above text is a snippet from Wiktionary: namespace
and as such is available under the Creative Commons Attribution/Share-Alike License.