home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08115.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  250.0 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: In object-oriented design, the term hasa applies to classes that are composed of objects of other classes. In contrast, the term isa applies to the relationship of public inheritance. Here, a drink machine object has a status object, OK, a selection object, menu, and a change object, coins.