CS 1713 Introduction to Computer Science, Fall 2006 Project 3 Comments

This project was graded on the basis of 20 points.

  1. You should not depend on tabs to line up columns.
  2. Use descriptive identifiers.
  3. The sort methods should be private.
  4. MealList produces Strings, it does not print.
  5. MainCourse, SideOrder, Drink, and Dessert do not need getCalories, getName, or getFat. They inherit these from FoodItem.
  6. From the project statement:
A zip file of a completed project is available here.