Which of the following is correct about Collection interface simplicity?
(a) Each iterator can be responsible for managing one traversal of its associated collection independently of all other iterators
(b) Clients can then use several iterators at once to traversal the iterations in various ways simultaneously
(c) The iteration control interface is in iterator and not the collection
(d) None of the mentioned
The question was asked in class test.
The doubt is from Collection Iterator Pattern topic in section Visibility, Accessibility and Information Hiding of Software Architecture