Iterator
Term side of the Card
Topic: Behavioral Patterns
Unit title: Iterator
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that provides a way to sequentially access elements of a collection without exposing its internal structure. It allows iteration over a collection's elements in a controlled manner, often using an iterator object.