in reply to Re: Object selection query
in thread Object selection query
Anonymous Monk is right about the method calls - i am no OOP expert, but this seems a really nasty way to structure your objects and control method calls to them. The whole point of objects is that they look after themselves. Maybe OP could update each class with an 'update' method, which only takes the information it needs, say from a hash like the ones like you describe?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Object selection query
by Kraythorne (Sexton) on Jul 21, 2009 at 11:16 UTC |