UML Class Diagrams Flashcards

1
Q

visibility of a class member: +

A

symbol for a class member: public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

visibility of a class member: -

A

symbol for a class member: private

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

visibility of a class member: #

A

symbol for a class member: protected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

visibility of a class member: ~

A

symbol for a class member: package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

visibility of a class member: /

A

symbol for a class member: derived

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

visibility of a class member: underline

A

symbol for a class member: static

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

format of the class attribute list

A

name : attribute type or name : attribute type = default value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

format of the class operations list

A

name(parameter list) : type of value returned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Multiplicity Indicators. Meaning of 0..1

A

Multiplicity Indicators. Indicator for zero or one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Multiplicity Indicators. Meaning of 1

A

Multiplicity Indicators. Indicator for one only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Multiplicity Indicators. Meaning of 0..*

A

Multiplicity Indicators. Indicator for zero or more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Multiplicity Indicators. Meaning of 1..*

A

Multiplicity Indicators. Indicator for one or more

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Multiplicity Indicators. Meaning of n

A

Multiplicity Indicators. Indicator for only n (where n > 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Multiplicity Indicators. Meaning of 0..n

A

Multiplicity Indicators. Indicator for zero to n (where n > 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Multiplicity Indicators. Meaning of 1..n

A

Multiplicity Indicators. Indicator for one to n (where n > 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly