Design Pattern Proxy
Structural Design Pattern Proxy is a simple case for understanding and internal business logic of such tepmplate to correspond to the name of the subject. The "Proxy" means : sometimes the software application system architector needs to control the access to the object by envelope, which is a proxy in our case. In particular the real object may be the part of the envelope or some remote instance, anyway, the access to the object is controlled by the "proxy - envelope".
Let's try to implement this in C#.
|