Take Up Code

70: Design Patterns: Proxy.

Informações:

Sinopsis

The proxy structural pattern introduces another object that your code uses instead of the actual object. This might seem pointless but there are some good reasons why you might consider this.