Exemplo n.º 1
0
 public Tomato(Food meal)
 {
     description = "Tomato";
     this.meal = meal;
 }
Exemplo n.º 2
0
 public Egg(Food meal)
 {
     description = "Egg";
     this.meal = meal;
 }