顯示具有 DesignPattern 標籤的文章。 顯示所有文章
顯示具有 DesignPattern 標籤的文章。 顯示所有文章

2013年3月28日 星期四

decorator pattern

http://en.wikipedia.org/wiki/Decorator_pattern

In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class.