Structural design patterns
This pattern deals with the object relationship. They ensure that if one part of system changes, the entire system doesn't need to change with it.
Adopter
Bridge
Composite
Decorator
Facade
Flyweight
Proxy
Last updated
Was this helpful?