design_patterns:gof

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
design_patterns:gof [2019/11/09 21:07] – [Strukturmuster (structural patterns)] phreazerdesign_patterns:gof [2019/11/09 21:44] – [Erzeugungsmuster (creational patterns)] phreazer
Line 3: Line 3:
  
   * Class pattern   * Class pattern
-    * [[design_patterns:factorymethod|Factory Method / Virtual Constructor]]+    * [[design_patterns:factorymethod|Factory Method / Virtual Constructor]]: Object creation via method instead of constructor
   * Object pattern   * Object pattern
     * [[design_patterns:builder|Builder pattern]]     * [[design_patterns:builder|Builder pattern]]
 +  * Abstract factory pattern: Group of factories
 +  * Prototype pattern: Clone method/interface
 +  * Singleton pattern
 +  * Multiton pattern (flyweight): Multiple objects based on key (getInstance(key), using a hashmap)
 ===== Strukturmuster (structural patterns) ===== ===== Strukturmuster (structural patterns) =====
  
  • design_patterns/gof.txt
  • Last modified: 2019/11/09 22:13
  • by phreazer