home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091924.TXT < prev    next >
Encoding:
Text File  |  1993-10-28  |  313 b   |  6 lines

  1. This line declares the associative array "GradeList".  Each
  2. element in this array is a "GradeAssoc" object containing a
  3. letter grade and a LongPair object that hold two number grades.
  4. Notice that the array has been declared static.  All objects of
  5. the class Grade use the same copy of the "GradeList" array.
  6.