Q:

What are indexers in C#?

0

What are indexers in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Indexers are known as the smart arrays in C#. It allows the instances of a class to be indexed in the same way as array.

Example

public int this[int index]

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How to implement singleton design pattern in C#?... >>
<< What is Constructor Overloading in C#?...