home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14104.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  274.0 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: This declaration of the member function f causes a compile time error. The keyword static in a member function declaration indicates that the function is associated with the class as a whole rather than with individual objects. The type of an individual object is used to resolve a call to a virtual function so it would not make sense to allow static virtual functions.