home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05164.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-24  |  240.7 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: These examples show how to use the keywords private, public, and protected to specify access control on the class members. These keywords are optional and can appear in any order. The example classes here show two common conventions. Some programmers put the private members first. Others prefer the order public, protected, private.