Factory method pattern: Difference between revisions

Content deleted Content added
Tag: Reverted
Tag: Reverted
Line 188:
==See also==
* ''[[Design Patterns]]'', the highly influential book
* [[
* [[Design pattern]], overview of design patterns in general
* [[Abstract factory pattern]], a pattern often implemented using factory methods
* [[Builder pattern]], another creational pattern
* [[Template method pattern]], which may call factory methods
* [[Joshua Bloch]]'s idea of a ''[[static factory method]]'', which he says has no direct equivalent in ''[[Design Patterns]]''.
 
==References==