Home Page -------------------
[Home Page] - [Reviews Main]
-------------------

Book Review
Understanding Object-Oriented Programming with Java by Budd
Recommended
ISBN: 0 201 30881 9       Publisher: Addison-Wesley       Pages: 367pp       Price: £28-99
Categories:   object oriented     java    
Reviewed by Bryan Scattergood in C Vu 11-1 (Nov 1998)
(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.


Other Authors with the same surname

Budd
Data Structures in C++: Using the STL by Timothy Budd [Recommended]  (Reviewed May 1998)
Understanding Object-Oriented Programming with Java by Timothy Budd [Recommended]  (Reviewed Sep 1998)


Last Update - 13 May 2001.

To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/u/u001774.htm

Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.

Mirrored from http://www.accu.org/