home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13104.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  217.7 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: Constructors, destructors, and assignment operators are special member functions that the compiler will supply for a class if they are not explicitly defined. These member functions are not inherited. If the base class is a friend of another class, the derived class does not inherit the friend relationship.