Iterators Flashcards

1
Q

What is an iterator?

A

An iterator allows traversal of collection of data using a standard interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State some benefits of iterators

A

Accesses data efficiently
Enables traversal of elements of a collection independently of how the collection is implemented
Promotes code reuse by hiding implementation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly