Which of the following is not correct regarding Multiple simultaneous iterations?
(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
I got this question by my college professor while I was bunking the class.
My enquiry is from Collection Iterator Pattern in division Visibility, Accessibility and Information Hiding of Software Architecture