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

  1. When you define a class in C++, you can group related pieces of
  2. data together with the operations that manipulate these pieces of
  3. data.
  4.