home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091612.TXT < prev    next >
Encoding:
Text File  |  1993-10-13  |  185 b   |  5 lines

  1. Unlike the other operators, the assignment operator is
  2. not inherited.  If you overload the assignment operator
  3. in a base class, this definition is not inherited by
  4. derived classes.
  5.