Tag: Design Patterns
All the articles with the tag "Design Patterns".
-
Adapter Design Pattern
The adapter pattern is a design pattern used to bridge two incompatible interfaces, allowing an existing class interface to be used as another. This article provides an example of using the adapter pattern.
-
Strategy Design Pattern
Strategy Design pattern with example