Object-Oriented Programming with C++

個数:
  • ポイントキャンペーン

Object-Oriented Programming with C++

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

Full Description

Now that the various aspects of object technology are firmly established in the mainstream of computing, the principles and practices of object-orientation have become increasingly important to students on university and college computing courses. Object-oriented languages such as C++ and Java have found wide popularity in the workplace, and new methodologies such as the Unified Modeling Language (UML) have been developed to encompass object-oriented design and analysis. As higher education courses adapt to the changing technology, more and more students are finding the need for a simple introductory text covering object-oriented concepts, programming, analysis and design. This book satisfies that need. It is assumed that the reader has a practical knowledge of the basic principles of computer programming, though not necessarily in any particular language. The book demystifies the rather forbidding terminology used in object-oriention, and presents each aspect in a simple form, using C++ as the example language. The guiding principle is that concepts can only be learned through practical 'hands on' experience.

Contents

Preface
1. What is object-orientation?
2. What is C++?
3. Getting to grips with C++
Part 1 Data types, operators, functions and I/O
Part 2 Arrays, strings, pointers and control structures
4. Modelling the real world
5. Classes and objects
6. Object lifetimes and dynamic objects
7. The metaclass
8. Inheritance and classification hierarchies
9. Associations and aggregations
An example program
10. Introduction to polymorphism
11. Operator overloading
12. Polymorphism by parameter
13. Method polymorphism
14. Run-time polymorphism
15. Container classes
Part 1 Container types, data structures and simple containers
Part 2 Heterogenous containers and template classes
16. Multiple inheritance
17. Persistent objects, streams and files
18. Object-oriented analysis and design
Case-study: a UML design
Appendix: answers to exercises
Glossary
Bibliography
Index