home *** CD-ROM | disk | FTP | other *** search
- Here, "next" is declared to be an object of the GradeIterator
- class. The object "next" is used to access the information
- stored in the Grade object "x". It steps through the array in the
- Grade object, accessing the elements one by one. In other
- words, "next" is an iterator object for the container object "x".
-
-