Monday, October 20, 2008

CoffeeShop and Food classes

10/20/2008 minor project:

Today you will need to make a CoffeeShop class:
//Address
//Manager's name
//An arraylist of food


Food class:
//Price of food
//Description of food
//Quantity
//Make a constructor!
//Create a default constructor!


Within the main:
//The user should be able to make the CoffeeShop...
//The user should be able to enter food into the CoffeeShop (using an arraylist)
//The user to be able to check what's inside the CoffeeShop!

Please upload this minor project to your FTP space ASAP! Also don't forget about your third major project from the book using inheritance!

No comments: