Can you specify the accessibility modifier for methods inside the interface?

Technology CommunityCategory: OOPCan you specify the accessibility modifier for methods inside the interface?
VietMX Staff asked 3 years ago

All the methods inside an interface are always public, by default. You cannot specify any other access modifier for them.