Which Among The Following Are The Advantages Of Using Indexers #459
Which among the following are the advantages of using indexers?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Indexers and Exception Handling - Introduction of Indexers - Quiz No.1.
Which among the following are the advantages of using indexers?
To use collection of items at a large scale we make use of indexers as they utilize objects of class that represent the collection as an array
Indexers are also convenient as they can also make use of different types of indexers like int, string etc
An indexer allows an object to be indexed such as an array
All of the mentioned