Iterators are:

A special kind of object that allows you to iterate (loop) over the values in some kind of collection
  • An object that provides numeric position-based access to all the items in a collection
  • Another name for loops
  • A special kind of object that allows you to loop over numbers in a numeric range

There are not hints for this question