On Fri, 11 Oct 2002, Trey Harris wrote:
: When you say "subclass", do you mean "below the current class in the
: naming heirarchy", i.e.
:
: class BTree;
: our class Node {...}
:
: would create BTree::Node? Or do you really mean *subclass*, i.e., "our
: class" causes Node to inherit from BTree? I hope it's the former, but the
: word "subclass" does usually imply inheritance....Sorry, I meant a class named within the current package, not a derived class. Larry
