Answer Posted / anil
Indexers are Location indicators and are used to access
class objects, just like elements in an array. They are
useful in cases where a class is a container for other
objects.
1.Indexer takes an Index argument and looks like an Array.
2.Indexer is declared using the name this.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is cookies in c# asp net?
What do you use c# for?
What is a delegate? Explain.
What are the advantages of using assemble language programming?
What are Namespaces?
What is int16?
What is dao in c#?
What are strongly typed objects?
What is Fragmentation and its Types?
Will the following code compile?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is protected internal modifier in C#?
Can constructor be protected in c#?
What is the use of console readkey in c#?
Can you change the value of a constant filed after its declaration?