Books or help on OO Analysis

Posted by Pat on Programmers See other posts from Programmers or by Pat
Published on 2012-06-21T13:13:44Z Indexed on 2012/06/21 15:23 UTC
Read the original article Hit count: 330

I have this course where we learn about the domain model, use cases, contracts and eventually leap into class diagrams and sequence diagrams to define good software classes.

I just had an exam and I got trashed, but part of the reason is we barely have any practical material, I spent at least two good months without drawing a single class diagram by myself from a case study.

I'm not here to blame the system or the class I'm in, I'm just wondering if people have some exercise-style books that either provide domain models with glossaries, system sequence diagrams and ask you to use GRASP to make software classes? I could really use some alone-time practicing going from analysis to conception of software entities. I'm almost done with Larman's book called "Applying UML and Patterns An Introduction to Object-Oriented Analysis and Design and Iterative Development, Third Edition". It's a good book, but I'm not doing anything by myself since it doesn't come with exercises.

Thanks.

© Programmers or respective owner

Related posts about object-oriented

Related posts about concepts