Package Structural.Adapter


package Structural.Adapter
  • Class
    Description
    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.