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.
ウィキhttp://en.wikipedia.org/wiki/Facade_patternとアダプターパターンhttp://en.wikipedia.org/wiki/Adapter_patternのUML表現を見ると、それらをあまり区別できません。誰かが私に2つの違いの主なポイントを説明できますか?