Home » C++ Programming » Questions and Answers » Question
  1. What kind of pattern is iterator pattern?
    1. Adapter pattern
    2. Design pattern
    3. Sequence pattern
    4. All of above
    5. None of these
Correct Option: B

Iterator pattern is a design pattern in which an iterator is used to traverse a container and access the container’s elements.



Your comments will be displayed only after manual approval.