Which of the following pattern is used to get a way to access the elements of a collection object in sequential manner without any need to know its underlying representation?
A. Iterator Pattern
B. Mediator Pattern
C. Memento Pattern
D. Observer Pattern
Answer and Feedback
Answer:A
Feedback:Iterator pattern is used to get a way to access the elements of a collection object in sequential manner without any need to know its underlying representation