Click here to Skip to main content
15,867,568 members
Articles / Programming Languages / Java

Proxy Design Pattern in Java

Rate me:
Please Sign up or sign in to vote.
4.75/5 (4 votes)
9 Oct 2012CPOL2 min read 11.7K   4  
CodeProjectProxy design pattern allows you to create a wrapper class over real object.Wrapper class which is proxy,controls access to real object so in turn you can add extra functionalities to real object without changing real object's code.As described by GoF:"Provide a surrogate or placehold

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
I am a java developer and blogger.Love to connect with people interested in java,programming or blogging.You can visit my blog at http://java2blog.com/

Comments and Discussions