home *** CD-ROM | disk | FTP | other *** search
- This line declares the associative array "GradeList". Each
- element in this array is a "GradeAssoc" object containing a
- letter grade and a LongPair object that hold 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.
-