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 static void main in c#?
What is delegate in c#?
How do you access a constant field declared in a class?
How does split work in c#?
What does readonly mean in c#?
Are classes passed by reference in c#?
What is difference between ienumerable and ienumerator in c#?
What is using keyword?
What are the different types of assemblies available and their purpose?
How can I access the registry from c# code?
What is the class in c#?
Can abstract class have constructor c#?
What is a method signature in c#?
What are c# attributes and its significance?
What are the Types of caching