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