previous |
start |
next
CRC Card
- Stands for classes, responsibilities, collaborators
- Use an index card for each class
- Pick the class that should be responsible for each method
(verb)
- Write the responsibility onto the class card
- Indicate what other classes are needed to fulfill the
responsibility - the collaborators
previous |
start |
next