previous | start | next

Five-Part Development Process

  1. Gather requirements
  2. Use CRC cards to find classes, responsibilities, and collaborators
  3. Use UML diagrams to record class relationships
  4. Use javadoc to document method behavior
  5. Implement your program


previous | start | next