Friday, August 10, 2007

Design Pattern > Structural > Iterator

ITERATOR PATTERN
• Iterator pattern provides a way to access the elements of an aggregate object sequentially without exposing its underlying operations
• In .net System.Collection assembly classes support all the functionality of the iterator pattern through a call to GetEnumerator(), which returns a concrete iterator, the Ienumerator interface

No comments: