SLIDE 1
1
Podcast: Ch05-03
- Title: Identifying Attributes and
Operations
- Description: finding attributes &
- perations; Abbot’s method
- Participants: Barry Kurtz (instructor)
and Cheng Vue, Sara Hyde, Brandon Winters (students)
- Textbook: Object-Oriented Software
Engineering by Bruegge and Dutoit
Identifying attributes of a class
- Examine possessive phrases
- Represent stored state as an attribute
- f the entity object
- Do not represent an attribute as an
- bject; use an association instead
- Do not waste time on fine details until
- bject structure is stable
Identifying methods of a class
- Look at verbs in the problem
statement
- Look at interactions between objects
in the use case scenarios
- Look at interactions in the sequence
diagrams
- Use prior knowledge of the problem