0
kicks
Proxy design pattern demonstration
This code demonstrates the "Proxy" Design Pattern.
The example shows delay of the expensive operation of loading a file from disk until the result of that operation is actually needed.