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
Can an array be null c#?
What is decimal in c#?
Explain About Postback
if a method is marked as protected internal who can access it?
Explain the difference between access specifier and access modifier in c#?
Explain the difference between pass by value and pass by reference.
Can property be private in c#?
What are value types in c#?
What is the task perform by clr?
Can a struct inherit from another struct or class in c#?
What is literal in c#?
What is void in c#?
Can we have 2 main methods in c#?
What are constructors in c#?
What is escape sequence in c#?