Proxy pattern: Difference between revisions

Content deleted Content added
https://en.wikipedia.org/wiki/Abstract_factory_pattern
Tags: Reverted Visual edit
Undid revision 1226848816 by 103.38.198.154 (talk)
Line 59:
 
===Protection proxy===
A protection proxy might be used to control access to a resource based on access rights.
 
==See also==
Line 65:
* [[Decorator pattern]]
* [[Lazy initialization]]
* [[Abstract factory pattern]]
 
==References==