Tools.h++ Manual
21-2 104011 Tandem Computers Incorporated
21
3. Functions that are redeļ¬ned in a derived class. These are usually virtual
functions. The documentation for these functions usually directs you to the
base class, but may also mention peculiarities that are relevant to the
derived class. An example is
apply()
, for class
RWBinaryTree
.
Throughout this chapter, there are frequent references to "self." This should be
understood to mean "*
this
."