+ 6
What is a indexer?
It allows an instance of a class to be indexed like an array Or Itâs allows enumerator with class Or It creates index for instances of a class Or None of the above
1 Answer
+ 5
1st option is right. Indexer allows an instance of a class to be indexed like an array.