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 are Memory foot print of an exe?
Where’s global assembly cache located on the system?
What is dictionary and hashtable in c#?
What is the difference between method and function in c#?
Is comparator a functional interface?
Why constructor is used in c#?
What is ildasm and obfuscator in net?
What is hashmap in c#?
List the fundamental oop concepts?
What are tuples c#?
What is polymorphism c# example?
Is string a primitive data type in c#?
How do you comment in c#?
How do you declare a method in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?