Changes between Initial Version and Version 1 of NameSpaces
- Timestamp:
- 2017-09-11 12:41:05 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NameSpaces
v1 v1 1 = Name Spaces = 2 3 We need to create name spaces. 4 Namespaces are commonly structured as hierarchies to allow reuse of names in different contexts. 5 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.