Dezign Patterns
Iterator Design Pattern
The Iterator Pattern allows sequential access to the elements of an aggregate object without exposing its underlying representation.
The Iterator Pattern allows sequential access to the elements of an aggregate object without exposing its underlying representation.