Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 529 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 529 Bytes

ADAPTER DESIGN PATTERN

The adapter pattern is a software design pattern that 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.

An example is an adapter that converts the interface of a Document Object Model of an XML document into a tree structure that can be displayed.

adapter visualization