Choose the wrong statement about ‘INTERFACE’ in C#.NET?
Posted: Wed Jul 13, 2022 7:57 pm
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
b) Interfaces are declared public automatically
c) An interface could not contain signature of the indexer
d) None of the mentioned