home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01134.TXT < prev    next >
Encoding:
Text File  |  1993-10-27  |  453 b   |  8 lines

  1. Once a class has been defined in C++, objects of that class can be
  2. manipulated in much the same way as objects of built-in types.
  3. Therefore, you can work with objects in your application using the
  4. same C++ code you might use for built-in types.  For example, in
  5. the shed building program, you can add, subtract, multiply, and
  6. divide fractions using the same operators that add, subtract,
  7. multiply, and divide integers and floating-point numbers.
  8.