Mid GoF Patterns

Memory Efficiency:?

  • By sharing common intrinsic states (like the symbol in this case), the

Flyweight Pattern reduces memory consumption significantly. Instead of

creating multiple objects for each appearance of a character, only one object

is created for each unique character.

More from Design Patterns in C#

All questions for this course