Board index » cppbuilder » Re: scope
Fraser Ross
![]() CBuilder Developer |
Re: scope2007-10-21 12:53:09 AM cppbuilder5 "Leo Siefert" QuoteFraser Ross wrote: QuoteIn this case the B1:: and B2:: qualifiers are necessary to C or a namespace B1 within namespace C or some other combination. That specified class/namespace is simply a class/namespace alone and its position within any class hierarchy cannot be specified. C++ does not have much support for explicitly specifying a subobject. When there is a common base class the language is weak. Fraser. |