Assignment Sda: Name: - Muhammad Aqib Sap Id: - 2381 Assignment Topic: - Difference Between Façade and Adapter Pattern
Assignment Sda: Name: - Muhammad Aqib Sap Id: - 2381 Assignment Topic: - Difference Between Façade and Adapter Pattern
A facade is used to encapsulate an entire An adapter is used, where you have two
layer, and offer some methods to access it components that should already work
"conveniently" together, but don't, only because of some
"unimportant" differences in the interface.
Facade pattern can be applied at any point It makes things work after they're designed
of development