January 2015
Intermediate to advanced
212 pages
4h 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