home *** CD-ROM | disk | FTP | other *** search
- Your C++ classes can be reusable code. A class developed for one
- application may be useful again in another. For example, the
- Fraction class may become part of a stock market package, or a
- user interface based on graphics objects could be common to all
- your programs. In short, make the class independent of the
- client code, and as general-purpose as possible.
-