Skip to content

Files

Latest commit

 

History

History

Design Pat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Design Patterns

Adapter Design Pattern

  • Convert An Interface of A Class into Another Interface that clients expect
  • Enables us to make incompatible classes work with one another
  • i.e. delegate logic to the Adapter
  • example