Flyweight Design Pattern
Pattern
It's one of the structural design patterns. This pattern helps to reduce the memory usage by sharing data among multiple objects.
This is a structural and optimization pattern.
When to Apply this Pattern
When Memory is Limited.
When Objects...
chetan77.hashnode.dev6 min read