Results of a discussion on what a line item class would look like and how the shopping cart class would be related to the order class (hint: inheritance... shopping cart extends order and simply provides a new constructor and some additional methods).