mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-17 21:04:36 +03:00
add Proxy pattern
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
## Proxy
|
||||
|
||||
Provide a surrogate or placeholder for another object to control access to it.
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user