Resource

Creational

Creational design patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code.

Factory Method

Abstract Factory

Builder

Prototype

Singelton


Structural

Structural design patterns explain how to assemble objects and classes into larger structures, while keeping these structures flexible and efficient.

Adapter

Bridge

Composite

Decorator / Wrapper

Facade

Flyweight

Proxy