1.

Difference Between Adapter And Facade ?

Answer»

The Difference between these patterns in only the intent. Adapter is used because the OBJECTS in current form cannot communicate where as in Facade , THOUGH the objects can communicate , A Facade object is placed between the client and subject to SIMPLIFY the INTERFACE.

The Difference between these patterns in only the intent. Adapter is used because the objects in current form cannot communicate where as in Facade , though the objects can communicate , A Facade object is placed between the client and subject to simplify the interface.



Discussion

No Comment Found