package Lect42Review; public interface Battery { public String getBatteryType(); public double getRemainingPower(); }