Object-oriented programming (OOPs) Question:

Download Job Interview Questions and Answers PDF

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

OOP Interview Question
OOP Interview Question

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#?