Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-cordier/design-pattern-proxy

GOF proxy structural design pattern simple example
https://github.com/a-cordier/design-pattern-proxy

Last synced: 14 days ago
JSON representation

GOF proxy structural design pattern simple example

Awesome Lists containing this project

README

        

### Proxy pattern

#### A structural pattern

Provide a surrogate or placeholder for another object to control access to it.

Source code stems from the following UML diagram:

![alt text](design-pattern-proxy.png "Design Pattern Proxy ")