CS 1713 Introduction to Computer Science, Fall 2006 Project 3 Comments
This project was graded on the basis of 20 points.
- You should not depend on tabs to line up columns.
- Use descriptive identifiers.
- The sort methods should be private.
- MealList produces Strings, it does not print.
- MainCourse, SideOrder, Drink, and Dessert do not need getCalories, getName,
or getFat. They inherit these from FoodItem.
- From the project statement:
The generated output should be easy to read and it should be clear by
reading the output what tests were performed and whether they were
successful.
A zip file of a completed project is available
here.