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 & Answers › Category: Python › 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?
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