I\'ve been reading both definitions and they seem quite the same. Could anyone point out what are their differences?
Thanks
Adapter makes two interfaces work together.
Facade exposes a single class to a higher, and more limited level. For example, a view model facade may only expose certain read only properties of a lower level class.