#Structural-Patterns
4 notas · última:
Proxy Pattern
Provide a surrogate or placeholder for another object to control access to it.
Facade Pattern
Provide a simplified interface to a complex subsystem.
Decorator Pattern
Attach additional responsibilities to an object dynamically, as an alternative to subclassing.
Adapter Pattern
Convert the interface of a class into another interface clients expect.
