home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A092026.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  242.3 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Here, Next is declared to be an object of the Grade iterator 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 class X.