Structural patterns focus on the composition of classes or objects, making them easier to work together in a flexible and scalable way. These patterns simplify the relationships between entities.
Adapter: Allows incompatible interfaces to work together by converting one interface to another.
Notes: https://devsquad554.github.io/AdapterPattern/
GitHub: https://github.com/devsquad554/AdapterPattern/
Decorator: Adds additional behaviour to objects dynamically by wrapping them in an object of a decorator class.
Notes: https://devsquad554.github.io/DecoratorPattern/
GitHub: https://github.com/devsquad554/DecoratorPattern/
Flyweight: Reduces the cost of creating and managing a large number of similar objects by sharing common data.
Notes: https://devsquad554.github.io/FlyweightPattern/
Download
0 formats
No download links available.
Master Structural Design Patterns in 49 mintues | NatokHD