Comparison of Patterns
•
Proxy vs. Façade
–
A facade represents a system of objects
–
A proxy represents a single object
–
A facade simplifies the interact between client and
the system
–
A proxy controls the access to the single object