home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01125.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  327.6 KB  |  1 channel  |  11,025 sample rate  |  30 seconds
Transcription: You can use an existing abstract data type to create a new abstract data type. You do not need to modify the existing code. In C++, you can define a class that inherits all the attributes of an existing class. You must write new code only for the attributes that are specific to the objects in your application. You can reuse the attributes that are already supported. In traditional programming languages, you must rework existing code until it is is an exact fit.