Which of the following are correct?
1.Indexers enable objects to be indexed in a similar manner to arrays.
2.The this keyword is used to define the indexers.
3.Indexers can be overloaded.
4.Indexer cannot be used in interface

Options
- 1,2
- 3
- 1,2,3
- None


CORRECT ANSWER : 1,2,3

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement