CSC/ECE 517 Fall 2010/ch2 4d RB

From Expertiza_Wiki
Jump to navigation Jump to search

Introduction

Namespaces are used in Computer Science to group similar items into different logical units, so that one item can be un-ambigously differentiated from another item. Trivial it may seem, but creating namespaces is one of the most basic activities of modern day programming.