design-patterns-cpp/proxy at master · celalertug/design-patterns-cpp · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Proxy

Proxy pattern provides a surrogate or placeholder for another object to control access to it. The pattern has structural purpose and applies to objects.

When to use

  • whenever there is a need for a more versatile or sophisticated reference to an object than a simple pointer