【发布时间】:2022-01-02 22:41:25
【问题描述】:
我们如何调用和表示子范围和父范围所具有的关联?
+--------------------+ +-------------------+
| parent scope | <――――――――――――――――――――――x | child scope |
+--------------------+ +-------------------+
父子关联明确,不允许父子访问。
子对象与父对象的关联受到限制,子对象不能完全访问父对象,只能查找特定标识符,而子对象中必须缺少该标识符。
【问题讨论】:
标签: types scope uml associations terminology