Flyweight
Term side of the Card
Topic: Structural Patterns
Unit title: Flyweight
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that minimizes memory usage by sharing common data between similar objects. It's useful when many objects share the same state, such as in the case of graphical objects or game entities.