Answer Posted / chaitanya.k
Indexers are used to retrieve the data faster than
retrieving the data from Arrays.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
What is the implicit name of the parameter that gets passed into the class set method?
Are c# tuples immutable?
Why do we need reflection in c#?
How do you declare a method in c#?
How do you declare a variable in c#?
What is the meaning of extention?
What are custom exceptions? Why do we need them?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is the difference between array and list in c#?
What is sqlcommandbuilder c#?
What is action in c# 3.5?
Why do we still see so much non-oo code written in c# today?
What is difference between for and foreach loop in c#?
What happens when thread sleep () method is called?
What is the different types of private assembly and shared assembly?