Hi all
I have found 2 approaches in Object Oriented programming:
- Creating a "master" class that contains all classes, and creating a method for each operation. (With this approach you only have to pass the "master" class throughout different GUI screens)
- Using only the classes you need in the GUI (Then you have to see you pass through the appropriate classes)
I find that both approaches have their pro's and con's.
Using only the necessery classes fits my idea of OO better, but I'm not sure cause, well, as said, using a master class has it's advantages too.
If necessary I'll try to give some more specific pro's and con's, but I'll leave it to this for now.
What do you all think about this?
Thx in advance
Greets
K?!