Classification of Design Patterns

Get briefly introduced to the following types of design patterns: creational, structural, and behavioral design patterns.

The illustration below demonstrates some of the popular design patterns:

Classification of design patterns

Creational design patterns

These patterns are used to provide a mechanism for creating objects in a specific situation without revealing the creation method. The normal approach for creating an object might lead to ...