What is the default access modifier for interface members?
Public is default access modifier for interface members. There is no use with other access modifiers as the interfaces has to be implemented by the other classes. So only public access modifier is allowed for interface members.
Read More..   [32134 clicks]
Published under: C# Interview Questions and Answers · · · ·