Jump to: navigation, search

Changes


Namespace

7 bytes added, 11:09, 24 April 2013
==Basic definition==
A namespace is an abstract container or environment created to hold a logical grouping of unique identifiers or symbols (i.e., names). An object defined in a namespace is associated only with that namespace. The same identifier can be independently defined in multiple namespaces. That is, the meaning associated with an identifier defined in one namespace may or may not have the same meaning as the same identifier defined in another namespace.