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:
Beginning O-O Analysis and Design with C++
Author:
Jesse Liberty
ISBN:
1 861001 33 9
Publisher:
Wrox Press
Pages:
359pp
Price:
£32-49
Reviewer:
Mike Ellis
Subject:
object oriented; modelling languages
Appeared in:
11-1
Starting with the deceptively simple question 'What is Object Oriented development?', this book carries the reader through both analysis and design, including the issues of concurrency, persistence and implementation.

A single example application is introduced at the start and weaves its way through requirements ana-lysis all the way to implementation. All the techniques discussed are drawn together in the final chapter, where a second example application is given the same treatment, resulting in a small Windows game.

The analysis and design is presented through the still relatively new notation of UML (Unified Modelling Language) as implemented by the Rational Rose CASE tool. The text is targeted squarely at the mass market (i.e. Windows) and uses Microsoft Visual C++ version 5 with the MFC for the example code.

Although the book is well structured overall, it is let down in a couple of places where the emphasis has been placed on completeness rather than clarity. For example, in the chapter on class design, complex design patterns are discussed which do not relate to the example application being discussed in the rest of the chapter. These advanced topics serve mainly to confuse the novice, at whom this book claims to be targeted.

Overall the book covers all of the core topics well, although on occasions it is hard going, as advanced techniques tend to be introduced too early and thus distract the reader. Apart from this, the author has produced a creditable book aimed at newcomers to the field of Object Oriented programming.