home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091924.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  226.4 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: This line declares the associative array gradeList. Each element in this array is a gradeAssoc object containing a letter grade and a long pair object that holds two number grades. Notice that the array has been declared static. All objects of the class grade use the same copy of the gradeList array.