Iterator Design Pattern

The Iterator Design Pattern provides a way to access the elements of an aggregate object sequentially without exposing its underlying representation.

July 15, 2019