package Structural.Adapter
-
The Adaptee class provides existing functionality that needs adaptation.
The Adapter class makes the Adaptee compatible with the Target interface.
The Target interface defines the domain-specific interface expected by the client.