Object-oriented programming (OOPs) Question:
Download Questions PDF

Can we specify the access modifier for explicitly implemented interface method?

Answer:

No, we can't specify the access modifier for the explicitly implemented interface method. By default its scope will be internal.

Download OOP Interview Questions And Answers PDF

Previous QuestionNext Question
Default Access modifiers in C#?What is Protected Internal access modifier in C#?