creational
- Singleton pattern //DBConnection
- Factory method //Calendar
- Abstract factory //DocumentBuilder
- Builder //StringBuilder
- Prototype //Clone
---------------------------------------
structural
- Adapter //Converter
- Bridge //Color-shape
- Composite //person-parent-children
- Decorator //Render
- Facade //Draft
- Proxy //TransactionProxy