In the previous few posts I have been writing about design patterns and for now I have completed the structural patterns as described by the GOF. Below are the links to all the structural patterns.

  1. Decorator Pattern
  2. Proxy Pattern
  3. Bridge Pattern
  4. Composite Pattern
  5. Flyweight Pattern
  6. Adapter Pattern
  7. Façade Pattern

In the following posts to come, I will write about the Creational Patterns.