Iterator Pattern using C++
What is the Iterator Pattern? The definition of the Iterator Pattern from both Design Patterns: Elements of Reusable Object-Oriented Software and Head First Design Patterns: A Brain-Friendly Guide is The Iterator Pattern provides a way to access the elements of an aggregate object sequentially without exposing its underlying representation Iterator Pattern Class Diagram Explained So … [Read more…]