This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Adapter is a design pattern with the purpose of - as the name suggests - adapt one context to another, allowing two incompatible interfaces to be connected. The main benefit of applying this pattern is to allow switching from an existing interface to another without changing the original behavior of the existing interface. Adapter is also used when there’s the necessity of creating a…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.