Multiple choice technology programming languages

In c-sharp we create indexers in place of parameterized property?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

C# uses indexers to provide array-like access to objects. Indexers are parameterized properties that allow indexing syntax (obj[index]) instead of traditional property syntax. The statement correctly identifies this relationship.