Skip to content

Latest commit

 

History

History

adapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Adapter

Elements

  • Adaptee
  • Target
  • Client
  • Adapter

Description

Also known as Wrapper, allows the interface of an existing class to be used as another interface. It is often used to make existing classes work with others without modifying their source code.