codeproject What is Adapter Pattern? The Adapter pattern is a structural design pattern which enables a system to use classes whose interfaces don?t quite match its requirements or in other words is used to make a interface which client understands. When to use it? Its quite use ...
Go to the complete details ...