in reply to Re: Polymorphism and Abstraction
in thread Polymorphism and Abstraction
Thanks for the good words. I have been turning this notion into a real live program recently.
I am a little vague about all the various patterns, I suppose.
In the real program I just pass all the object related information directly into the constructor. Perhaps I don't strictly speaking need the intermediary of the object factory but it allows me to split the code between two modules which helps to organize my thoughts better.
|
|---|