Lecture overview -- Keyboard shortcut: 'u'  Previous page: Logical program organization -- Keyboard shortcut: 'p'  Next page: Physical program organization -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Alphabetic index  Help page about these notes  Course home    Basic facilities - slide 42 : 46

More namespaces
Oher namespace characteristics
namespace-2.cc
Illustrating that a namespace interface is separated from the namespace implementation.

The syntactic namespace form is intended for declarations, not full definitions

This separates the namespace interface from the namespace implementation

In the same way as for classes