Makes it possible for classes with incompatible interfaces to still work together.
- Wrapper
You will need this pattern when you want to use an interface from another application that does not directly map to your domain-knowledge application.
Makes it possible for classes with incompatible interfaces to still work together.
You will need this pattern when you want to use an interface from another application that does not directly map to your domain-knowledge application.