Types of Design Patterns

This lesson lists the most used and familiar design patterns

Introduction

Design patterns for object orientated programs are divided into three broad categories listed below. These are the same categories used by GoF in their seminal work on design patterns.

  • Creational
  • Structural
  • Behavioural

Each of these are explained below

Creational

Creational design patterns relate to how objects are constructed ...