摘要: 一,类与类之间的关系:继承(Inheritance)、复合(Composition)、委托(Delegation)。二,复合:表示 is-a ,该设计思想可以参照C语言的 struct 。1. 例子:源自STL中queue的源代码。 1 template > 2 class queue { 3 .... 阅读全文
posted @ 2015-09-14 14:40 健康平安快乐 阅读(355) 评论(0) 推荐(0) 编辑