网站大量收购独家精品文档,联系QQ:2885784924

用于面向对象编程的Association和Aggregation和Composition三个概念之间的区别外教英文版.doc

用于面向对象编程的Association和Aggregation和Composition三个概念之间的区别外教英文版.doc

  1. 1、本文档共6页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Exercise # 4: Explain the difference between three concepts used in Object Oriented Programming. ??Association ??Aggregation ??Composition First look at association. Below is a typical assoication class diagram. Association is the representation of the solid line with arrows, there are two key, navigability and multiplicity, navigability is the arrow, refers to the other class, said shall be responsible for the maintenance of association relationship, in this class of data member is refers to the class have the reference (pointer), multiplicity is the upper number, from his class is far away, says the other class and the relationship between the class, such as above, a School can have more than one Student, and a Student can only have a School, and a Student can choose 1 to 6 rats a Course can be 1 to multiple Student choose. Association common problem is, exactly how the arrow to refer to? Generally speaking, if a couple more relations, is by a point to many, because the church a class would have an array or vector store multiple objects, but this is not absolute, can only say that usually so, if the Student is a pair of Course, and Course of Student is also a pair of, but he chose the Course is responsible for association relationship, so fully see design need, in practice, Suggestions such as UML for Java Programmer Chinese p. 3-15 that, plus stereotype, detailed narration is belong to which a association, in the future Ill introduce the negativity. If C++ says,association Code as follows 1class A { 2 private: 3 B* itsB; 4}; Again to see aggregation The representation of aggregation by empty diamond and arrows in the graphical representation (chosen this picture is more old UML format, so there is no arrows), empty diamond said whole, arrow part said. If English says, is the relationship between has a, is a more typical of the above representations. If C++ says,association Code as follows 1class Node { 2 private:

文档评论(0)

PPT精品 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档