head first design pattern - Command老博客搬运计划 https://www.cnblogs.com/aquar/archive/2010/05/10/3451444.html Command Pattern客户在餐厅点单后,服务员把订单转给厨师,厨师按订单制作饭菜。 ...
head first design pattern - Decorator
head first design pattern - Decorator老博客搬运计划 https://www.cnblogs.com/aquar/archive/2010/05/04/3451442.html Decorator Pattern利用继承设计子类的行为,是在编译时静态决定的,而且所 ...
head first design pattern - Observer
head first design pattern - Observer老博客搬运计划 https://www.cnblogs.com/aquar/archive/2010/05/03/3451441.html Observer Pattern有一些观察者对象依赖于主题对象,主题对象管理一些数据,并 ...
head first design pattern - Factory
head first design pattern - Factory老博客搬运计划 https://www.cnblogs.com/aquar/archive/2010/05/05/3451443.html Factory Pattern当使用new时,就会想到“具体”,因为代码绑着具体的类,缺乏 ...
head first design pattern -Strategy
head first design pattern -Strategy老博客搬运计划 https://www.cnblogs.com/aquar/archive/2010/04/18/3451473.html Writers Elisabeth Freeman 提倡女性进行计算机工作 beth@wi ...