Adapter Pattern Gang Of Four
Adapter pattern falls under structural pattern of gang of four gof design patterns in net.
Adapter pattern gang of four. It is especially used for toolkits and libraries. Each pattern description includes a link to a more detailed article describing the design pattern and including a uml diagram template source code and a real world example programmed using c. Adapter design pattern allows a system to use classes of another system that is incompatible with it. Gang of four design patterns this section gives a high level description of the twenty three design patterns described by the gang of four.
An example is an adapter that converts the interface of a. In this article we will talk about the gang of four design patterns. Gang of four gof design patterns in java starts with the basic definition of a design pattern lists the 3 categories of gof design patterns lists all the individual gof design patterns category wise with a brief description along with a link to the detailed tutorial in java. These authors are collectively known as gang of four gof.
The gang of four authors erich gamma richard helm ralph johnson and john vlissides initiated the concept of design pattern in software development. Conclusion gangs of four design patterns lay the foundation of core design patterns in programming. It is often used to make existing classes work with others without modifying their source code.