home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  250.0 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: A major advantage of object-oriented programming is that the code that defines abstract data types can be designed for repeated use. Developing new programs is easier and faster if code that already exists can be reused. If you do not change the code, you do not introduce bugs. In addition, the existing code already has a tested interface to the rest of the program.