Cover image for Programming with objects:  a comparative presentation of object oriented programming with C++ and Java
Title:
Programming with objects: a comparative presentation of object oriented programming with C++ and Java
Personal Author:
Publication Information:
Hoboken, N.J. : John Wiley & Sons, 2003
ISBN:
9780471268529

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010047004 QA76.64 K354 2003 Open Access Book Book
Searching...

On Order

Summary

Summary

PROGRAMMING WITH OBJECTS

Your essential comparative approach to learning C++ and Java

Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java , a comparative presentation of object-oriented programming with two of the most popular programming languages of today, teaches vital skills and techniques for the Internet age. Based on highly successful courses taught by the author, this book answers the need for a comprehensive educational program on the subject of object-oriented programming. In a clear and accessible format, the author compares and contrasts both languages, from basic language constructs to how both languages are used in application-level programming, such as graphics programming, network programming, and database programming.

Since both C++ and Java were born out of the same language, C, learning these two languages together has several distinct advantages:

Because they have much in common at the level of basic language structures, learning C++ and Java together saves time and facilitates the mastery of each Learning by contrast and comparison can be more efficient and enjoyable, allowing readers access to the strengths and weaknesses of both languages Learning to write a program in one language that corresponds to a given program in the other language enables students to tackle more difficult projects in either language Comparing similar concepts in the two languages leads to a deeper understanding of the concepts in both

Roughly the first half of the text is devoted to basic language issues. More advanced topics are detailed in the second half, including programming of graphical user interfaces, multithreading, network programming, and database programming.

Designed as a text for educational programs in advanced programming and as a reference for professionals implementing Web- and Internet-based applications, Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java is also recommended for programmers familiar with either language who wish to expand their programming skills.


Author Notes

AVINASH C. KAK is Professor of Electrical and Computer Engineering at Purdue University. Over the years, he has won numerous Best Teacher of the Year awards at different levels of the University for his teaching of object-oriented programming and design courses at Purdue.


Reviews 1

Choice Review

As someone who knows both C++ and Java fairly well, this reviewer, when he first saw this title, braced for a fairly nit-picky side-by-side coverage of the basic syntax and language element features of C++ and Java. Was he pleasantly surprised! Instead, Kak (Purdue Univ.) has created a wonderful volume that surveys the most important of programming goals and capabilities and describes how the facilities of each language allow one to achieve those goals. In several cases, the author reached to describe de facto C++ libraries to show how to do things in C++ that can be done in Java using Java's standard facilities. For example, in the section comparing GUI (graphical user interface) interaction capabilities, the author describes, in more-than-expected detailed examples, how to use GTK+ and Qt. Even if one knows Java and C++, or perhaps especially if one does not know Java and C++, this book is a very worthwhile read. Readers are sure to learn something about each language from this comparison. ^BSumming Up: Essential. General readers; upper-division undergraduate and graduate students; professionals. F. H. Wild III University of Rhode Island