Can we Say facade and Adapter are more or less in design patterns ?
Wikipedia explains this as :-
Adapter Converts one interface to another so that it matches what the client is
expecting while Facade Provides a simplified interface.
Looking at the UML representation in wiki http://en.wikipedia.org/wiki/Facade_pattern and adapter pattern http://en.wikipedia.org/wiki/Adapter_pattern I am not able to distinguish much between them . Can someone explain me the major point of difference in two ?