PPT Slide
public class Cake extends Dessert {
private String frostType;
public Cake(String cakeNameOf, int cakeCalOf,
String cakeTypeof, String frostTypeOf) {
super(cakeNameOf, cakeCalOf);
public Cake(String cakeNameOf, String cakeTypeOf) {
public String cakeTypeOf() { return cakeType; }
public String frostTypeOf() { return frostType; }