/adapter-pattern

Simple example of usage adapter pattern

Primary LanguagePython

Adapter pattern 🎧

Simple Adapter pattern usage example

Table of contents

General info

Adapter pattern is a structural pattern. Allows objects to work together,that have incompatible interfaces(that can not be modified),through specially created interface.

Python version used

  • 3.6.2rc1