Wrapper

2 articles
Decorator Pattern A structural design pattern that attaches additional responsibilities to an object dynamically, providing a …Adapter Pattern A structural design pattern that converts the interface of a class into another interface that clients expect, …