feat: add Chargeable and Refuelable interfaces
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package org.example.behavior;
|
||||
|
||||
public interface Chargeable {
|
||||
void charge(double amount);
|
||||
}
|
||||
Reference in New Issue
Block a user