Patterns:
Composite Pattern:
Used under Design Problem: Non -Extensible and error prone design.
Composite Intent:Treat individual objects and multiple,recursively composed objects uniformly.
Bridge Pattern:
Used under Design Problem:Minimizing impact of variability.
Bridge Intent:Separate an abstraction from its implementation.So the two can vary independently.
Composite Pattern:
Used under Design Problem: Non -Extensible and error prone design.
Composite Intent:Treat individual objects and multiple,recursively composed objects uniformly.
Bridge Pattern:
Used under Design Problem:Minimizing impact of variability.
Bridge Intent:Separate an abstraction from its implementation.So the two can vary independently.