Skip to content

Files

Latest commit

76043e8 · May 13, 2019

History

History

adapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 13, 2019
Oct 22, 2017
Oct 22, 2017

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.