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
What is generic delegates in c#?
What is anonymous methods in c#?
Explain the types of comments in c#?
What is enumerable in c#?
What does m mean in decimal c#?
How can I check the type of an object at runtime?
What is extended class in c#?
What is string method in c#?
Can we overload indexer in c#?
What is int64 in c#?
Is enum a value type c#?
Describe an abstract class?
What is Covariance and contravariance in C#?
Distinguish between continue and break statement?
Differentiate between response.expires and response.expiresabsolute?