Wiley.com
Print this page Share

Programming with Objects: A Comparative Presentation of Object-Oriented Programming With C++ and Java

ISBN: 978-0-471-26852-9
Paperback
1144 pages
April 2003, Wiley-IEEE Press
List Price: US $133.00
Government Price: US $92.12
Enter Quantity:   Buy
Programming with Objects: A Comparative Presentation of Object-Oriented Programming With C++ and Java  (0471268526) cover image
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 15-20 days delivery time. The book is not returnable.

Why OO Programming - Some Parallels with Things at Large.

Baby Steps.

The Notion of a Class and Some Other Key Ideas.

Strings.

Using the Container Classes.

The Primitive Types and Their Input/Output.

Declarations, Definitions, and Initializations.

Object Reference and Memory Allocation.

Functions and Methods.

Handling Exceptions.

Classes, The Rest of the Story.

Overloading Operators in C++.

Generics and Templates.

Modeling Diagrams for OO Programs.

Extending Classes.

Multiple Inheritance in C++.

OO for Graphical User Interfaces, A Tour of Three Toolkits.

Multithreaded Object-Oriented Programming.

Network Programming.

Database Programming.

Back to Top