内容概要
1 UML类图介绍
2 类之间的关系
2.1 泛化与实现
2.2 关联2.3 依赖
ol {padding:0 0 0 20px;margin:0;list-style:none;}
li:before {color:#f00; font-family:times new roman;}
li{counter-increment:a 1;}
li:before{content:counter(a)". ";}
li li{counter-increment:b 1;}
li li:before{content:counter(a)"."counter(b)". ";}
li li li{counter-increment:c 1;}
li li li:before{content:counter(a)"."counter(b)"."counter(c)". ";}
内容概要
- UML类图介绍
- 类之间的关系
- 泛化与实现
- 关联
- 依赖
参考资料:
http://www.open-open.com/lib/view/open1328059700311.html UML类图几种关系的总结
http://www.uml.org.cn/oobject/201104212.asp UML类图与类的关系详解
时间: 2024-12-22 05:23:54