Object-oriented programming (OOPs) Question:
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.
Previous Question | Next Question |
Default Access modifiers in C#? | What is Protected Internal access modifier in C#? |