All the member declarations inside interface are implicitly public. So there is no need to specify public keyword for any method inside interface
you will find more detail about interface at
http://www.codersource.net/csharp_tutorial_interface.html
hope it answer your question
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
All the member declarations inside interface are implicitly public. So there is no need to specify public keyword for any method inside interface
you will find more detail about interface at
http://www.codersource.net/csharp_tutorial_interface.html
hope it answer your question
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM