What Are The Advantages Of The Named Iterator #755
What are the advantages of the named iterator?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Iterators - Quiz No.1.
What are the advantages of the named iterator?
They allow to pass arguments to the iterator that control what elements are obtained
This form of iterators can be overloaded
Both They allow to pass arguments to the iterator that control what elements are obtained & This form of iterators can be overloaded
None of the mentioned