
public interface Bike {
	void ride();
	void refuelTank();
}
