20.5 Nested Classes (cont.)
Have the same interfaces
Share names, but not in the same namespace
Expressed with a qualified name:
vector<double>::iterator p = a.begin();
list<string>::iterator q = b.begin();
prev
|
top
|
next