Version 1 (modified by archibald, 8 years ago) (diff)

--

Name Spaces

We need to create name spaces. Namespaces are commonly structured as hierarchies to allow reuse of names in different contexts. Namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular functionality and to avoid name collisions between multiple identifiers that share the same name.

Attachments