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
Explain the process of polymorphism with an example?
What is a dbml?
Explain the difference between pass by value and pass by reference.
What is the use of 'using' statement in c#?
Why are strings immutable in c#?
List down the differences between public, static and void keywords?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What are static and dynamic variables?
What is the benefit of delegate in c#?
How we convert private assembly into public assembly?
Which controls do not have events?
Is nullable type c#?
What is extension method in c# and how to use them?
What is the difference between wrapper class and primitive?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?