Discussion :: Properties
-
Which of the following statements are correct?
- The signature of an indexer consists of the number and types of its formal parameters.
- Indexers are similar to properties except that their accessors take parameters.
- Accessors of interface indexers use modifiers.
- The type of an indexer and the type of its parameters must be at least as accessible as the indexer itself.
- An interface accessor contains a body.
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment