What is an indexer in C#

A) Special syntax for overloading [ ] operator for a class
B) One which speeds up the function call
C) None of the above

Showing Answers 1 - 2 of 2 Answers

samiksc

  • Jan 9th, 2006
 

(A) Indexer is a special syntax for overloading [] operator for a class. After defining an indexer, array syntaxes can be used for the class objects.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions