Lecture 3 - Slide 23 : 27
More namespaces
Other 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

The same holds for classes and structs