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:
Objects Unencapsulated: Java, Eiffel,&C++
Author:
Ian Joyner
ISBN:
0 13 014269 7
Publisher:
Prentice Hall
Pages:
386pp
Price:
£38-99
Reviewer:
Steve Dicks
Subject:
object oriented
Appeared in:
13-1
Language wars are one of the major talking points of our profession; some of these are well rounded discussions, but most descend for some reason into 'my language is better than your language' arguments, which are neither reasoned nor productive. So a book comparing Java, Eiffel and C++ is not exactly non-controversial ground. Joyner comes over as a bit of an Eiffel advocate, but mostly he manages to hide this bias to produce a pretty good comparison of the 3 languages. However for me his background shows when the subjects of references and garbage collection are brought up; he fails to note the distinction between references and objects in C++ (an idiom not present in the other languages) and treats garbage collection as something which all 'sophisticated' languages must have, without referring to any of thedrawbacks. (I've just been bitten by Java's garbage collection system, where I ran out of database resources long before I ran out of memory; the problem was easily fixed, but I happen to prefer the C++ (and Perl) way where resources can released the moment they are no longer used via predictable destructors)

A book worthy of a read by almost anyone in OO development; although I would like to see more C++ specific knowledge added to produce more balance.