Guest MemberLanguage   English
Software Architecture · Design Patterns

How would you answer an interview scenario involving Decorator pattern?

AdvancedUpdated 2026-08-09

Add caching and metrics around a service without changing its core implementation.

#design-patterns#decorator#behavioral