public void setChips(Chips chips) { this.chips = chips; }
public Combo() { sandwich = new Sandwich(); drink = new Drink(); chips = new Chips(); }