Object-Oriented Programming featuring Graphical Applications in Java (Paperback)
Michael J. Laszlo
- 出版商: Addison Wesley
- 出版日期: 2001-07-22
- 定價: $1,980
- 售價: 5.0 折 $990
- 語言: 英文
- 頁數: 480
- 裝訂: Paperback
- ISBN: 0201726270
- ISBN-13: 9780201726275
-
相關分類:
Java 程式語言、Object-oriented
立即出貨(限量) (庫存=1)
買這商品的人也買了...
-
$1,140Internet & World Wide Web How to Program, 2/e
-
$825Cisco CCNA Exam #640-607 Certification Guide, 3/e
-
$450$405 -
$4,680$4,446 -
$1,510$1,435 -
$590$466 -
$1,730$1,644 -
$1,700$1,615 -
$490$382 -
$750$638 -
$990$782 -
$780$616 -
$450$383 -
$620$490 -
$450$351 -
$390$332 -
$650$507 -
$680$449 -
$2,380$2,261 -
$420$277 -
$600$480 -
$590$466 -
$420$277 -
$299$254 -
$450$351
相關主題
商品描述
Understanding object-oriented concepts is critical to the practice of modern-day software development. Object-Oriented Programming Featuring Graphical Applications in Java™ explains the key concepts in clear terms and illustrates with examples, many of which are drawn from two-dimensional computer graphics. It assumes limited previous experience with Java and no previous experience with UML or Java 2D. /I>
Features:
- Key object-oriented concepts presented using Java 2D, Java's application programming interface for two-dimensional graphics
- Interactive programs that take input via textual commands and through graphical user interface based on Swing
- A subset of UML that illustrates program designs
- Stepped-out exercises that interleave theory and practice
- Design patterns, focusing on the template method, iterator, and composite patterns, that relate to the graphics examples in the book
- Object-oriented frameworks that use the AWT and Swing to build programs with graphical user interfaces
- A package of over 60 classes and interfaces for building and rendering 2-D geometries
- Online code and documentation
Table of Contents
1. The Object Model.
The Object Model and Other Programming Models.
2. Procedural Abstraction.
Specifying Procedures.
Exceptions.
Procedural Decomposition.
Recursion.
Summary.
3. Data Abstraction.
Specifying and Implementing Data Abstractions.
Encapsulation.
Java Graphics: Some Background.
Making Graphics.
Summary.
4. Composition.
Random-Value Generators.
Composition of Many Parts.
Representation Invariants.
Interacting with Pictures.
Summary.
5. Inheritance.
Inheritance for Extension.
Inheritance for Specialization.
Inheritance for Specification.
Polymorphism.
Figures and Painters.
Summary.
6. Design Patterns.
The Iterator Design Pattern.
The Template Method Design Pattern.
The Composite Design Pattern.
Classifying Design Patterns.
Summary.
7. Object-Oriented Application Frameworks.
Java's Event Model.
Components.
Layout Managers.
Components and Event Listeners.
Triangulate: A Point-Set Triangulation Program.
DrawPad: A Drawing Program.
Summary.
Appendix A: Reading and Parsing User Input.
Appendix B: Our Graphics
Program Framework.
Appendix C: A Notational Summary of UML.
Appendix D:
Structure of the banana Package