public interface Shippable { public double getShipWeight(); public boolean isFragile(); }