Changes between Initial Version and Version 1 of NameSpaces


Ignore:
Timestamp:
2017-09-11 12:41:05 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NameSpaces

    v1 v1  
     1= Name Spaces = 
     2 
     3We need to create name spaces. 
     4Namespaces are commonly structured as hierarchies to allow reuse of names in different contexts. 
     5Namespaces 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.