Answers

Question and Answer:

  Home  ASP Programming

⟩ Why cant you specify the accessibility modifier for methods inside the interface?

They all must be public. Therefore, to prevent you from getting the false impression that you have any freedom of choice, you are not allowed to specify any accessibility, it’s public by default.

 200 views

More Questions for you: