Google News
logo
IOS - Interview Questions
What is Facade Design Pattern?
The Facade design pattern provides a single interface to a complex subsystem. Instead of exposing the user to a set of classes and their APIs, you only expose one simple unified API.
Advertisement