Class Foods.Candy

Enclosing class:
Foods

public static class Foods.Candy extends AbstractFood
Candy class manages the apple fields inherited from AbstractFood
  • Constructor Details

    • Candy

      public Candy(int quantity)
      Constructs a Candy class while assigning fields with set values.