home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05283.TXT < prev    next >
Encoding:
Text File  |  1993-07-29  |  370 b   |  7 lines

  1. Your C++ classes can be reusable code.  A class developed for one
  2. application may be useful again in another.  For example, the
  3. Fraction class may become part of a stock market package, or a
  4. user interface based on graphics objects could be common to all
  5. your programs.  In short, make the class independent of the
  6. client code, and as general-purpose as possible.
  7.