Answer Posted / sumit ranjan
Iterators is an object that allows a programmer to traverse
through all the elements of a collection, regardless of its
specific implementation.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is delegates in c#?
What is the difference between const and static read-only?
What is the difference between “out” and “ref” parameters in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Give an example of removing an element from the queue?
How do you comment in c#?
What is a thread? What is multithreading?
Is linkedhashset synchronized?
what is object-oriented programming (oop) language?
Is c# and .net same?
What is cosole application?
What do you mean by jagged array?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is immutable in C#?
What is meant by clr?