Good question. The objective of this pattern is to hide the actual object creation (concrete class) from Client. Actual implementation is designer/developers choice. Hence the concrete class doesn't have to be a subclass. But its normal or quite useful to have concrete class to be a subclass in C++. But in Java it just needs to implement selected Interface.
But then how does multiuser interface allow a network to control the process of JAVA related classes in client based modules? Do the data design arrays overlap the subclass tokenization or does C++ desurpitate the class file in mid level hooligy development?
have a litttle nap mate
ripperchunk 6 months ago
Great Video....
Thanks!!!
alsathik 1 year ago
Great Job. Explained very nicely. Thank you.
noshortcutforsuccess 2 years ago
5 - Illuminating class diagrams (+ sequence- and state diagram?)
6 - Example on where/how the pattern is used
7 - The problem it solves, and how it solves the problem
8 - Not to much code, that may be hard to follow anyway
9 - You are encouraged to contribute with your own comments on the pattern
Can you help me for a good and easy report for presentation.
Thank you ¨
HaiderBasrah
haiderbasrah 2 years ago
Hello sir. i need help from you. its good report for Factory method pattern, I am in the college in Sweden. I have
The presentation it will be ;-
1 - Preferably, use prepared ppt-slides, or similar
2 - About 10-15 minutes per pattern.
3 - Presentation should/may include:
4 - Parts from description in literature
haiderbasrah 2 years ago
Great
Sambafrosch 2 years ago
Good video it is. Thanks dear. Keep posting such videos.
besocJohn 3 years ago 2
Good question. The objective of this pattern is to hide the actual object creation (concrete class) from Client. Actual implementation is designer/developers choice. Hence the concrete class doesn't have to be a subclass. But its normal or quite useful to have concrete class to be a subclass in C++. But in Java it just needs to implement selected Interface.
I hope it clarifies.
Orbitra 3 years ago
@Orbitra
But then how does multiuser interface allow a network to control the process of JAVA related classes in client based modules? Do the data design arrays overlap the subclass tokenization or does C++ desurpitate the class file in mid level hooligy development?
Thetranslatorguy 4 months ago
could you clarify on this...
Delegating the decision is logical.
But you said delegate to one of its subclasses.
Why does it have to be a subclass of the client?
uftelugodu 3 years ago