-
Which design pattern represents a way to access all the objects in a collection?
-
- Bridge pattern
- Iterator pattern
- Facade pattern
- Builder pattern
- None of these
Correct Option: B
Iterator pattern represents a way to access the elements of a collection object in sequential manner without the need to know its underlying representation.