|
A namespace defines a scope. All its members are public; forget access specifiers. Unlike a class or a struct, it is open. That is, you can extend it later with more definitions. Also unlike a class or struct, the closing brace does not have a following semicolon.
|