home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05103.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  249 b   |  5 lines

  1. The C++ programmer can define classes to represent the various
  2. types of objects in the application.  In addition to data members,
  3. a class can define the methods or operators for the class, and can
  4. specify the protocol or interface to the class.
  5.