1.

Choose the wrong statement about ‘INTERFACE’ in C#.NET?$

A. An explicitly implemented member could be accessed from an instance of the interface
B. Interfaces are declared public automatically
C. An interface could not contain signature of the indexer
D. None of the mentioned
Answer» C. An interface could not contain signature of the indexer


Discussion

No Comment Found