摘要: The Composite Pattern allows you to compose objects into tree structures to represent part-wholehierarchies.Composite lets clients treat individual objects and compositions of objects uniformly.The Composite Pattern allows us to build structures of objects in the form of trees that contain bothcompo 阅读全文
posted @ 2012-05-03 20:48 qiangzhu 阅读(464) 评论(0) 推荐(0) 编辑