Structural pattern: Difference between revisions

Content deleted Content added
Decorator is never named as Wrapper! Corrected by removing Wrapper name
Line 17:
* [[Pipes and filters]]: a chain of processes where the output of each process is the input of the next
* [[Private class data pattern]]: restrict accessor/mutator access
* Wrapper pattern: See [[Decorator pattern]]: dynamically add behavior
 
==See also==