September 2016
Intermediate to advanced
775 pages
18h 22m
English
In this chapter, you learned how to use the Proxy design pattern. We used the Proxy pattern to implement a surrogate of an actual class when we want to act before (or after) accessing it. There are four different Proxy types. They are as follows:
In the first code example, we created a virtual proxy ...
Read now
Unlock full access