摘要: http://bbs.byr.cn/#!article/CPP/86336?p=1下列代码给出输出结果:#include"stdafx.h"#include #include "stdlib.h" using namespace std;int main(void){ const int a ... 阅读全文
posted @ 2015-04-15 13:27 穆穆兔兔 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 在UML类图中,常见的有以下几种关系:泛化(Generalization),实现(Realization),关联(Association),聚合(Aggregation),组合(Composition),依赖(Dependency)1.泛化(Generalization)【泛化关系】:是一种继承关系... 阅读全文
posted @ 2015-04-15 11:12 穆穆兔兔 阅读(1140) 评论(0) 推荐(0) 编辑