Zusammenfassung der Ressource
Frage 1
Frage
..................................... is a mechanism to filter out an object’s properties and operations until just the ones you need are left after ignoring the irrelevant and unimportant ones.
Antworten
-
Inheritance
-
Encapsulation
-
Polymorphism
-
Abstraction
-
Specialization
Frage 2
Frage
………………… means that the same message can be interpreted differently by different classes of objects.
Antworten
-
Polymorphism
-
Specialization
-
Encapsulation
-
Generalization
-
Composition
Frage 3
Frage
……………… is the process of binding both attributes and methods together within a class and through it, the internal details of a class can be hidden from outside.
Antworten
-
Encapsulation
-
Inheritance
-
Generalization
-
Polymorphism
-
Specialization
Frage 4
Frage
A/An ……… diagram illustrates the objects that participate in one scenario and the messages that pass between them over time.
Antworten
-
Activity
-
Use case
-
Sequence
-
Class
-
State
Frage 5
Frage
……….. diagram is a structure diagram which describes a lightweight extension mechanism to UML by defining custom stereotypes, tagged values and constraints.
Antworten
-
Class
-
State
-
Profile
-
Deployment
-
Component
Frage 6
Frage
Which of the following diagrams is/are UML Interaction diagrams?