what is a namespace?
A namespace can be used on a related group of variables, functions and classes (any chunk of code) to give it its own scope. It is used to prevent redefinition errors when the same variable names are used inside and outside of the namespace in a seperate global variable.

0 Comments:
Post a Comment
<< Home