Abstract Factory pattern

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

This page is far from complete, go ahead and write some more!
You can extend this page by editing it.


Abstract Factory Pattern UML Diagram

UML Diagram of the Abstract Factory Design Pattern
UML Diagram of the Abstract Factory Design Pattern

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