holty
09-05-2003, 11:46 AM
This is just a quick question on your view of creating objects.
Is it better to have an object for each method?
i.e. obj1read, obj1write, obj1val - 3 objects
or - 1 object with 3 methods?
i.e. obj1 - - object
obj1_read - - method
obj1_write - - method
obj1_val - - method
What are your views on this?
Is it better to have an object for each method?
i.e. obj1read, obj1write, obj1val - 3 objects
or - 1 object with 3 methods?
i.e. obj1 - - object
obj1_read - - method
obj1_write - - method
obj1_val - - method
What are your views on this?