public abstract class ToppingDecorator extends Object implements Pizza
protected Pizza
pizza
ToppingDecorator(Pizza pizza)
double
getCost()
String
getDescription()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Pizza pizza
public ToppingDecorator(Pizza pizza)
public String getDescription()
getDescription
Pizza
public double getCost()
getCost
Copyright © 2024. All rights reserved.