ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
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.
    View all alphabetically
Title:
Practical Object-Oriented Design
Author:
Mark Priestley
ISBN:
0 07 709176
Publisher:
McGraw-Hill
Pages:
333pp
Price:
£24-99
Reviewer:
Silvia de Beer
Subject:
object oriented
Appeared in:
OL35
This book is an extremely practical introduction to object-oriented design. The strength of the book is that it concentrates on only this and sets a good example of applying all the good design practices to its case studies. The reader does not need to filter the book for useless information, because all should be common knowledge to OO designers. After each of the chapters there are useful annotated references for further reading. There are useful practical exercises after each chapter.

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.