BehavioralPattern

The Visitor Pattern

/
The Visitor Pattern encapsulates an operation executed on an object hierarchy as an object and enables…
BehavioralPattern

The Observer Pattern

/
The Observer Pattern is a behavioral pattern from the book   "Design Patterns: Elements of Reusable…
patterns

The Proxy Pattern

/
The Proxy Pattern is probably the most influential design pattern for C++. The Proxy provides a placeholder…
BehavioralPattern

The Strategy Pattern

/
The Strategy Pattern is a behavioral design pattern from the book Design Patterns: Elements of Reusable…
patterns

The Facade Pattern

/
Today, I write about the Facade Pattern. The Facade Pattern is a structural pattern and has one purpose:…