chinmay.sahoo
New member
A class that is used to traverse through the objects maintained by a container class. There are five categories of iterators:
random access.
input iterators
forward iterators
output iterators,
bidirectional iterators.
An iterator is an entity that gives access to the contents of a container object without violating encapsulation constraints.
random access.
input iterators
forward iterators
output iterators,
bidirectional iterators.
An iterator is an entity that gives access to the contents of a container object without violating encapsulation constraints.