Introduction to Programming and Object-Oriented Design Using Java, Third Edition

  • 15h 26m
  • Frederick A. Hosch, Jaime Niño
  • John Wiley & Sons (US)
  • 2008

If you want to get started in programming and software design, just follow the hundreds of other students who have depended on Nino and Hosch's An Introduction to Programming and Object-Oriented Design Using Java. Assuming no previous programming experience, and only elementary algebra, the newest edition of this popular text teaches you the basic discipline needed to create substantial programming applications that can be understood, maintained, and modified.

Stressing design and the discipline needed for developing complex software systems, the authors take an "objects first" approach to programming and software design. Using Java as the vehicle, they show you how to model problems with sound software engineering principles and concepts. Step by step, with numerous examples and exercises, they provide you with the practice you need to acquire real proficiency in the design and construction of software systems. By the time you are done, you will have developed the fundamental skills and a grasp of system design that will prove as useful in constructing large systems as in building small components.

Updates and enhancements that make the Third Edition the best yet include:

  • A continued focus on an objects-first approach, presenting the use of basic data types and control structures, method definition and invocation, and complete simple system implementation.
  • The use of the "programming by contract" paradigm and an emphasis on testing and test-driven implementation.
  • New examples and exercises to improve the presentation format.
  • Comprehensive coverage of arrays in a completely rewritten chapter.
  • Detailed examination of generics and wildcard types, newly added.
  • Optional, interactive exercises using the latest version of the DrJava integrated development environment (IDE).
  • An introduction to the Unified modeling Language (UML) and how it's employed for denoting objects, object relationships, and system dynamics
  • Java usage compatible with Java 6.0

In this Book

  • Introduction to Object-Oriented Software Design
  • Data Abstraction: Introductory Concepts
  • Defining a Simple Class
  • Designing Interacting Classes
  • Conditions
  • Programming by Contract
  • Testing
  • Building a Text-Based User Interface
  • The Software Life Cycle: Building a Complete System
  • Specifying Clients: Interfaces
  • Class Extension and Inheritance
  • Modeling with Abstraction
  • Lists
  • Arrays
  • Sorting and Searching
  • Failures and Exceptions
  • Stream i/o
  • Building a Graphical User Interface
  • Integrating User Interface and Model: The Model-View-Controller Pattern
  • Recursion
  • Generic Structures
  • Implementing Lists: Linked Implementations
  • Iterators
  • Systems and Software
  • Programming Errors
  • Applets
  • Enumeration Types: The Rest of the Story
  • References
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE