public class CS15Cupcake
extends java.lang.Object
| Constructor and Description |
|---|
CS15Cupcake()
Creates a plain cupcake.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChocolateFrosting()
Adds chocolate frosting to the cupcake.
|
void |
addStrawberryFrosting()
Adds strawberry frosting to the cupcake.
|
void |
addVanillaFrosting()
Adds vanilla frosting to the cupcake.
|