
软件分析、设计、建模
couragehope
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UML类图依赖与关联的区别
最近研究设计模式,看类图有点发虚!有些关系搞的不是很清楚。所以整理一下: 类与类之间由弱到强关系是: 没关系 > 依赖 > 关联 > 聚合 > 组合。 类和类之间八竿子打不着那就是没关系,这个没啥歧义。 依赖(dependency) 可以简单的理解,就是一个类A使用到了另一个类B,而这种使用关系是具有偶然性的、、临时性的、非常...转载 2018-10-28 11:13:32 · 12109 阅读 · 2 评论 -
What is Class Diagram?
In software engineering, a class diagram in the Unified Modeling Language (UML) is a type of static structure diagramthat describes the structure of a system by showing the system's classes, their att...转载 2018-10-28 11:18:41 · 459 阅读 · 0 评论