Introduction to Programming and Object-Oriented Design Using Java

Jaime Ni?o, Frederick A. Hosch

  • 出版商: Wiley
  • 出版日期: 2004-06-17
  • 售價: $1,083
  • 語言: 英文
  • 頁數: 976
  • 裝訂: Paperback
  • ISBN: 0471452424
  • ISBN-13: 9780471452423
  • 相關分類: Java 程式語言Object-oriented
  • 已過版

買這商品的人也買了...

商品描述

Description:

Nino and Hosch have updated their popular introductory text that provides an objects first introduction to programming and software design using Java. The emphasis throughout is on problem modeling using fundamental software engineering princi-ples and concepts. Java used as a vehicle for teaching these topics. New constructs and features of Java 5.0, such as generics, are introduced. The text includes optional, interactive exercises using the DrJava integrated development environment (IDE). The UML is employed (very informally) for denoting objects, object relationships, and system dynamics. No specific previous programming experience is assumed, and the text is appropriate for first year computer science majors. The text could also carry over to a second course on data structures or software/OO design.

 

Table of Contents:

Brief TOC:
Introduction to object-oriented software.
Chapter 1. Data abstraction: introductory concepts.
Chapter 2. Defining a simple class.
Chapter 3. Designing interacting classes.
Chapter 4. Conditions.
Chapter 5. Programming by contract.
Chapter 6. Testing.
Chapter 7. Building a text-based user interface: iteration and composition.
Chapter 8. Putting a system together.
Chapter 9. Interfaces.
Chapter 10. Inheritance.
Chapter 11. Modeling with abstraction.
Chapter 12. Lists.
Chapter 13. Implementing lists: array implementations.
Chapter 14. Implementing lists: linked implementations.
Chapter 15. Sorting and searching.
Chapter 16. Failures and exceptions.
Chapter 17. Stream i/o.
Chapter 18. Building a graphical user interface.
Chapter 19. Integrating user interface and model: the Model-View-Controller pattern.
Chapter 20. Recursion.
Chapter 21. Organizing list implementations.
Supplement A. Systems and software.
Supplement B. Programming errors.
Supplement C. Applets.