Abstract Factory Pattern
From GPWiki
(Difference between revisions)
m (Tweak cat) |
m (Fixed image markup) |
||
| Line 4: | Line 4: | ||
'''Abstract Factory Pattern UML Diagram''' | '''Abstract Factory Pattern UML Diagram''' | ||
| − | [[ | + | [[File:AbstractFactoryPatternUMLDiagram.png|frame|none|UML Diagram of the Abstract Factory Design Pattern]] |
Latest revision as of 12:57, 10 February 2013
| |
This article is a stub. You can help out by expanding it. |
Abstract Factory Pattern UML Diagram
This is one method of an Abstract Factory; yet on my site I shown and explain how to accomplish this in a simpler fashion.
C++ Abstract Factory Pattern
