Iterators Flashcards
1
Q
What is an iterator?
A
An iterator allows traversal of collection of data using a standard interface
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