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

  1. Here, "next" is declared to be an object of the GradeIterator
  2. class.  The object "next" is used to access the information
  3. stored in the Grade object "x".  It steps through the array in the
  4. Grade object, accessing the elements one by one.  In other
  5. words, "next" is an iterator object for the container object "x".
  6.  
  7.