Proxy Design Pattern Tutorial

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=cHg5bWW4nUI



Category:
Tutorial
Duration: 8:13
160,732 views
1,307


Code is Here: http://goo.gl/dzqhV

Welcome to my Proxy Design Pattern Tutorial! The Proxy design pattern limits access to just the methods you want made accessible in another class.

It can be used for security reasons, because an Object is intensive to create, or is accessed from a remote location. You can think of it as a gate keeper that blocks access to another Object. I demonstrate how the proxy pattern works using some code used in my state design pattern tutorial. You may want to check that tutorial out before proceeding.

State Design Pattern Tutorial: http://www.youtube.com/watch?v=MGEx35FjBuo







Tags:
Proxy Design Pattern Tutorial
Proxy Design Pattern
Proxy Pattern
Design Pattern Tutorial
Design Patterns Tutorial
Design Pattern