CAN interface have different parameters?
Overloading methods of an interface
Yes, you can have overloaded methods (methods with the same name different parameters) in an interface. You can implement this interface and achieve method overloading through its methods.