interface Weighable { public double getWeightInLbs(); public double getMassInKgs(); }