Inheritance
Inheritance
An attribute of a class represents a characteristic of a class that is of interest for the user of the IT system:
Generalization is a relationship between two classes: a general class and a special class:
An association indicates that objects of one class have a relationship with objects of another class, in which this
connection has a specifically defined meaning (for example, "is flown with").
Multiplicity
A multiplicity allows for statements about the number of objects that are involved in an association:
Aggregation
___1. Represents a relevant concept from the domain, a set of persons, objects, or ideas that are depicted in the IT
system: ...
___2. Is the ability to define classes that serve as the basis for derived classes. The newly created class
may contain the properties, attributes, methods, or events of the base class, as well as define additional
properties, attributes and methods.
___3. What is the existing class?
___4. What is the new class?
___5. Is a special case of an association meaning "consists of":
Assignment