Which of the following statement is correct?
1.The signature of an indexer consists of the number and type of its formal parameters.
2.Indexers are similar to properties except that their accessors take parameters.
3.Accessors of interface members use modifiers.
4.The type of an indexer and the type of its parameters must be atleast as accessible as the indexer itself.

 Posted by Kmandapalli on 1/15/2014 | Category: C# Interview questions | Views: 11496 | Points: 40
Select from following answers:
  1. 3, 4
  2. 1, 2, 3, 4
  3. 1, 3, 4
  4. 1, 2., 4
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response