Posted on: 7/2/2009 4:42:00 AM | Views : 774

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 ...