home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06171.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  339.7 KB  |  1 channel  |  11,025 sample rate  |  31 seconds
Transcription: You can use static data members as variables that are accessible in the class definition and in all class objects. Each object of the class can use the static member like any other data member. In this example, the member days per year is shared by all weather objects. If the value of the data member days per year is set once to 365 for the weather class, all objects of the weather class have that value for the member days per year.