Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
The book starts with the basic notation of object diagrams, class diagrams, object interaction diagrams and statecharts. The book continues with a case study of designing a diagram editor. The requirements are analysed using use cases, the design is done using an iterative approach and the implementation in C++ is given. The iterative approach means that the initial models are explained and changed and reviewed during the design process.
After this first introduction, a chapter covering the more advanced data modelling techniques follows and continues with two additional case studies. The book finishes with implementation strategies, for example how to implement associations in C++ and refers to general OO principles and design patterns.
Although this book is published in 1996 and is based on the OMT notation, it is still a very good introduction. However, to get a more complete view of the whole software development process, further reading is required.