intermediateStructural Patterns (Java)
Proxy pattern vs Decorator pattern — both wrap an object, so what's the real difference in intent?
Tests whether you know Proxy controls access to the same interface while Decorator adds new behavior on top of it.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
Proxy pattern vs Decorator pattern — both wrap an object, so what's the real difference in intent?