public class Whip extends CondimentDecorator
Whip(Beverage beverage)
double
cost()
java.lang.String
getDescription()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Whip(Beverage beverage)
public java.lang.String getDescription()
getDescription
CondimentDecorator
public double cost()
cost
Beverage