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:
Understanding Object-Oriented Programming with Java
Author:
Budd
ISBN:
0 201 30881 9
Publisher:
Addison-Wesley
Pages:
367pp
Price:
£28-99
Reviewer:
Bryan Scattergood
Subject:
object oriented; java
Appeared in:
11-1
(This book was reviewed by Colin Harkness in C Vu 10.6. However, we recently set it as the course text for a one-week introduction to OOP for industrial students, and this review is written in the light of that course.) The shops are full of Java books. Most of them attempt to teach the syntax and features of Java, but many are very poor at applying those features. As I'd hoped from an author of Budd's experience, this book is different. It is an introduction to OOP, which happens to use Java for illustration purposes.

The OOP aspects of this book are excellent, from the early discussions of coupling and cohesion, through an exemplary comparison between inheritance and composition, to an exhaustive classification of the various forms of polymorphism. There is even an introduction to Design Patterns.

The Java used is current for version 1.1, with discussion of both inner classes and their use with the new AWT event model, and there are good chapters on the basic Java libraries including input/output streams, graphics, collection classes, and AWT. Applets are covered in seven pages in the last chapter.

The choice of examples is again good, with substantial cannon, pinball and card games. Perhaps the weakest aspect of the book is the quality of the code in the examples, with static public data used to communicate between objects.

As Budd notes in the preface,

This book will help you understand Java. It makes no pretensions to being a language reference manual.You will need a reference manual as well, but this book deserves a place on your shelves, especially if you are finding that understanding the concepts is the hardest part of learning OO.