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

  1. The type of an object can be a user-defined class or a built-in
  2. type, such as int or float.  Code that manipulates class objects
  3. can look much like code that manipulates nonclass objects.  The
  4. standard operators of the language can be redefined for use with
  5. user-defined types.  Functions that perform similar operations on
  6. objects of different types can have the same name.
  7.