You are building a subsystem that has several complex components, but you want to hide that complexity from the client code. Which pattern can you apply to hide this complexity?

Questions & AnswersCategory: PythonYou are building a subsystem that has several complex components, but you want to hide that complexity from the client code. Which pattern can you apply to hide this complexity?
Geek Boy Staff asked 2 years ago

You are building a subsystem that has several complex components, but you want to hide that complexity from the client code. Which pattern can you apply to hide this complexity?
a. Bridge
b. Proxy
c. Facade
d. Adaptor
e. Decorator