in reply to OOP design related question.

That's generally how these things are done. Sounds like you have the right idea - give each object exactly what it needs to do its job.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^2: OOP design related question.
by techcode (Hermit) on Sep 09, 2005 at 20:03 UTC
    Well as you can probably notice - I'm trying to get better in OOP so I was wondering if there is some better way ...