Why can’t you specify the accessibility modifier for methods inside the interface?
Rohatash Kumar
Interface have by default public access specifier because interface is a contract to outside world.