By mitchp
via java.dzone.com
Published: Dec 12 2012 / 08:43
In computer programming, the adapter pattern (often referred to as the wrapper pattern or simply a wrapper) is a design pattern that translates one interface for a class into a compatible interface.
Add your comment