A Facade Pattern can help us to resolve this design problem. But before that, let us see about the Facade Pattern. 2. What is the Facade Pattern The Facade Pattern makes a complex interface easier to use, using a Facade class. The Facade Pattern provides a unified interface to a set of...