home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17094.TXT < prev    next >
Encoding:
Text File  |  1993-09-02  |  304 b   |  6 lines

  1. These iterator class templates are derived from the class template
  2. "Iterator<T>".  The class template "Iterator<T>" defines a family
  3. of abstract base classes.  As always, you cannot create an object
  4. of an abstract class.  "Iterator<T>" template classes define the
  5. behavior of their derived classes.
  6.