Quick Object Architecture question
Scenario: I am building our order processing system. I have an Order object that will contain a Generics list of Invoice and PurchaseOrder objects. I'm pretty sure that I would include the Customer object within the Order object, but then I wonder how I would access that from within the Invoice/PurchaseOrder objects. It doesn't make sen...