Answers

Question and Answer:

  Home  C++ Containers

⟩ What is Iterator class?

An iterator class is used to iterate through objects of the container class. An iterator is an entity that gives access to the contents of a container object.

 185 views

More Questions for you: