Object-oriented programming (OOPs) Question:

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.


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