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

  1. A class object contains the data members declared in the
  2. definition of its class.  For example, the Fractions "a", "b", and
  3. "c", each contain two integers that have the identifiers "num" and
  4. "denom".
  5.