Vidyalelo
C# Programming · Q54

Classes and Objects in C Sharp

Programming · C# Programming · question 54

Q54

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
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board