Changes

Jump to: navigation, search

Proxy

5 bytes removed, 19:09, 16 January 2007
no edit summary
{{TOCright}}__TOC__
The <i>Proxy</i> pattern is used in software development to create a placeholder for an object. The object is not actually created until the information that the object holds is required. This extra layer of abstraction saves time when a program must access a database or a disk for the information.
1
edit

Navigation menu