Can you specify the accessibility modifier for methods inside the interface? Technology Community › Category: OOP › Can you specify the accessibility modifier for methods inside the interface? 0 Vote Up Vote Down VietMX Staff asked 4 years ago All the methods inside an interface are always public, by default. You cannot specify any other access modifier for them.