Skip to content

Files

Latest commit

Jan 5, 2019
0c5e486 · Jan 5, 2019

History

History

adapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2019
Dec 12, 2018

Adapter Design Pattern

The Adapter pattern allows us to access the functionality of an object using a different interface.

Adapters let the classes work together, acting as wrappers between them.

You can easily see the example working following these steps:

  1. cd structural/adapter/
  2. node index