UML Flashcards

1
Q

Class

A

Represent an object or set of objects

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

Object

A

Instance of a class
- inherits the attribute of the class

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

Attributes

A

Characteristics that describe the object

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

Operations/ methods

A

Functions that the object performs when it receives a command

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

Messages

A

Instructions sent to or received from other objects

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

Superclass

A

A class can belong to a more general category called a superclass

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

Zero or many

A

0..*

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

Zero or one

A

0..1

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

one and only one

A

1

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

one or many

A

1..*

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

many to many

A

..
- make new class
- Create associations back to OG classes

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

Bi-directional association

A
  • association in two directions
  • No arrow just a line connecting the two
How well did you know this?
1
Not at all
2
3
4
5
Perfectly