home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  223.2 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: In C++, you can define a class that is based on another class. The class that you define is called the derived class, and it inherits the properties of the existing class called the base class. Inheritance is the term used to describe how derived classes share the properties of their base classes.