home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13104.TXT < prev    next >
Encoding:
Text File  |  1993-11-16  |  316 b   |  6 lines

  1. Constructors, destructors, and assignment operators are special
  2. member functions that the compiler will supply for a class if they
  3. are not explicitly defined.  These member functions are not
  4. inherited.  If the base class is a friend of another class, the
  5. derived class does not inherit the friend relationship.
  6.