home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05283.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  253.2 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
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.