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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub