home *** CD-ROM | disk | FTP | other *** search
- Constructors, destructors, and assignment operators are special
- member functions that the compiler will supply for a class if they
- are not explicitly defined. These member functions are not
- inherited. If the base class is a friend of another class, the
- derived class does not inherit the friend relationship.
-