Transcription: 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 graphic objects could be common to all your programs. In short, make the class independent of the client code and as general purpose as possible.