I\'ve been reading both definitions and they seem quite the same. Could anyone point out what are their differences?
Thanks
Adapter pattern links two incompatible interfaces by providing a new interface.
Facade pattern simplifies a complex subsystem(having multiple components) with a single interface.