- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
UML期末考试复习资料
(ps:打#为期中考试试题)
1.选择题(20’) 共十题 每题2分
见书本
2.名词解释(25’)共五题 每题五分
#Object-orientation: ( 面向对象) it means that we organize software as a collection of discrete objects that incorporate both data structure and behavior.
Object: ( 对象)an object is a concept, abstraction, or thing with identity that has meaning for an application.
Class: (类) a class describes a group of objects with the same properties, behavior, kinds of relationships and semantics.
Superclass: (父类)holds common attributes operations and associations.
Subclass: (子类) add specific attributes, operations and associations.
Encapsulation: (封装) separates the external aspects of an object that are accessible to other objects, from the internal implementation details that are hidden from other objects.
Inheritance: (继承) is the mechanim for sharing attributes, operations, and associations via the generalization/specialization relationship.
Polymorphism: (多样性) polymorphism means that the same operation may behave differently for different classes.
Link: (链接) a link is a physical or conceptual connection among object.
Association: (关联) an association is a description of connection among classes.
#Generalization:(泛化) is the relationship between a class (the superclass) and one or more variations of the class (the subclasses).
Aggregation: (聚合) aggregation is a special form of association in which an aggregate object is made of constituent parts.
Composition: (组合) composition is a form of aggregation with two additional constrains.
Multiple inheritance: (多重继承) it permits a class to have more than one superclass and to inherit feature from all parent.
Abstract Class: (抽象类) is a class that has no direct instance but whose descendant classes have direct instances.
Concrete Class: (具体类) is a class that is instantiable; It can have direct instance.
Concurrency: (并发) objects are autonomous entities that can act change state independent of one another.
Event: (事件) an event is an occurrence at a point time.
#Use cas
文档评论(0)