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
Is c# pass by reference?
Can struct have constructor c#?
When can a derived class override a base class member?
In which situation(s), the use of "Delegate" is a good idea?
Which is faster array or arraylist in c#?
How to parse a date time string?
What is the difference between null and string empty in c#?
What is lazy loading and eager loading in c#?
What are generic types?
Define satellite Assembly?
How do you clear a list in c#?
Is c and c# the same?
What is decimal in c#?
Explain jagged arrays in c#?
What are the variables in c#?