Answer Posted / satish
C# introduces a new concept known as Indexers which are
used for treating an object as an array. The indexers are
usually known as smart arrays in C# community. Defining a
C# indexer is much like defining properties. We can say
that an indexer is a member that enables an object to be
indexed in the same way as an array.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Will the following code compile and run?
What is the main purpose of delegates in c#?
What is desktop GUI application?
What does typeof return c#?
Can struct have constructor c#?
How do you concatenate in c#?
What is executenonquery c#?
Distinguish between continue and break statement?
Name which controls do not have events?
Are attributes inherited c#?
How we convert private assembly into public assembly?
How does yield return work c#?
When should I use static in C#?
Are c# references the same as c++ references?
Why can’t struct be used instead of class for storing entity?