912 Views
The Adapter Pattern is the first software design pattern of the Structural Pattern, that the Gang of Four (GOF) Design Patterns, presented in their book , Design Patterns - Elements of Reusable Object-Oriented Software. The Adapter pattern is a structural design pattern that enables incompatible interfaces, from disparate systems to exchange data and work together.
0 comments