Chapter 12 Flashcards

1
Q

Steps of Object-Oriented Design?

A

Three Paths
- Simple use case use CRC cards
- Medium use case use communication diagram
- Complex use case use dequence diagram

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

What is Stereotype in Design Class Diagrams?

A

way of categorizing a model element by its characteristics, indicated by guillemots («»)

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

What is Persistent class in Design Class Diagrams?

A

class whose objects exist after a system is shut down (data remembered)

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

What is Entity Class in Design Class Diagrams?

A

a design identifier for a problem domain class (usually persistent)

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

What is Boundary class or view class in Design Class Diagrams?

A

a class that exists on a sustems automation boundary, such as an input window form or web page

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

What is Controller Class in Design Class Diagrams?

A

A class that mediates betwen boundary classes and entity classes, acting as a switchboard between the view layer and domain layer

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

What is Data access class in Design Class Diagrams?

A

a class that is used to retrieve data from and send data to a database

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