Content deleted Content added
No edit summary |
No edit summary |
||
Line 15:
* [[Flyweight pattern]]: a high quantity of objects share a common properties object to save space
* [[Proxy pattern]]: a class functioning as an interface to another thing
* [[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
|