Friday, August 10, 2007

Design Pattern > Structural > Proxy

PROXY PATTERN
• Proxy is a way to “Provide a surrogate or placeholder for another object to control access to it..”
• Proxy helps in deferring creation of objects till not needed
• Use of Proxy means using a lightweight placeholder in lieu of expensive object

No comments:

Post a Comment