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

個数:

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

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 1115 p.
  • 言語 ENG
  • 商品コード 9780471268529
  • DDC分類 005.133

Full Description

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.

Contents

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.