Can we Say facade and Adapter are more or less in design patterns ?
维基百科将其解释为:-
Adapter Converts one interface to another so that it matches what the client is
expecting while Facade Provides a simplified interface.
查看 wiki http://en.wikipedia.org/wiki/Facade_pattern中的 UML 表示和适配器模式http://en.wikipedia.org/wiki/Adapter_pattern我无法区分它们。有人可以解释一下两者的主要区别吗?