WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0470128712
Introduction to Programming and Object-Oriented Design Using Java, 3rd Edition
ISBN: 978-0-470-12871-8
Paperback
1040 pages
February 2008
US $115.95 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

  • Description
  • Table of Contents
  • Author Information
  • Objects First Approach.  Students learn to design with objects from the start. In more traditional approaches, students first learn "programming basics in the context of procedural programming in the small." Since this frame of reference is essentially useless when attacking large-scale problems, students must later "re-learn how to approach problems.  Instructors can present material from a point of view that will "make sense" throughout the curriculum. Presentation and justification of programming principles and good techniques is easier.
  •  Emphasis on the distinction between class specification and implementation.  Students learn to develop coherent class specifications early on, and to build components that conform to carefully defined, consistent specifications. The result is more main-tainable, error-free code.
  • Early emphasis on testing and test-driven implementation.  Students develop a habit of testing as part of the implementation process.  Testing is essential to ensure quality programs.
  • Current presentation of object-oriented design and Java.  Students benefit from seeing general approaches to commonly occurring design patterns in a specific, well-defined context. This will also make it easier for students to "get the point" when such topics are introduced in upper-level design and software engineering courses.  Other features include an emphasis on event-driven interfaces, rather than traditional procedural I/O; informal use of standard UML notation
  • Optional interactive exercises are designed for use with the open-source DrJava integrated development environment (IDE) – a popular tool for compiling and testing programs