Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Adapter Pattern

Adapter is a structural design pattern that allows objects with incompatible interfaces to collaborate. source

In this example LinuxAdapter allows Windows programs to run on Linux.