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

Book Review
Understanding Object-Oriented Programming with Java by Timothy Budd
Recommended
ISBN: 0 201 30881 9       Publisher: Addison-Wesley       Pages: 367       Price: £28-99
Categories:   java     object oriented    
Reviewed by Colin Harkness in C Vu 10-6 (Sep 1998)
You might want to compare this book with Budd's other title An Introduction to Object-Oriented Programming (2nd Ed) . That book taught OOP with examples from many languages, whereas this one deals solely with Java.

Certainly Java is a good language with which to learn OOP. The language is relatively clean. You have a large standard library from which to take examples of inheritance, polymorphism, interfaces, frameworks and patterns. Compilers are generally quite up-to-date and cheap (or free). You can create visual applications without being tied to one compiler vendor and/or platform. This is important. Most students will have modern graphical PCs at home. Displaying Pascal's Triangle on a DOS box is not likely to impress.

Budd makes good use of these advantages. Throughout the book, OO concepts are discussed with examples from the Java library. This is infinitely better than the usual dull attempt at a String or Stack class. Readers are taught to build on the framework rather than have to write everything from scratch, which is one of OOP's selling points. While some of the examples are academic cliches (Fibonacci series and prime numbers) many are much more fun and graphical (Pinball and Solitaire games). Difficult ideas like composition vs. inheritance, overloading vs. overriding and various design patterns are very well explained.

I found this book easy to read and understand. (In comparison, I never did finish Booch's book.) Its slim dimensions (367 pages) are a definite advantage. A professional programmer might think something like Bruce Eckel's Thinking in Java was better value (1098 pages) but I doubt many students would thank their lecturers for making them read it.


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 Budd [Recommended]  (Reviewed Nov 1998)


Last Update - 13 May 2001.

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

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

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