Search Books

Objects, Abstraction, Data Structures and Design: WITH Wiley Plus WebCT Powerpack: Using Java

Author Elliot B. Koffman
Publisher John Wiley & Sons Inc
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
Price not listed
🛒 Buy New on Amazon 🇺🇸
Share:
Book Details
ISBN / ASIN0470115580
ISBN-139780470115589
Sales Rank99,999,999
MarketplaceUnited States 🇺🇸

Description

This version of the book uses the latest Java technology, Java 2 Standard Edition Version 5.0 (J2SE V. 5.0), or otherwise known as "Version 5.0."

This revolutionary book intertwines problem solving and software engineering with the study of traditional data structures topics. The book emphasizes the use of objects and object-oriented design. Early chapters provide background coverage of software engineering. Then, in the chapters on data structures, these principles are applied. The authors encourage use of a five-step process for the solution of case studies: problem specification, analysis, design, implementation, and testing. As is done in industry, these steps are sometimes performed in an iterative fashion rather than in strict sequence. The Java Application Programming Interface (API) is used throughout the text. Wherever possible, the specification and interface for a data structure follow the Java Collections Framework.
  • Emphasizes the use of objects and object-oriented design
  • Provides a primer on the Java language and offers background coverage of software engineering
  • Encourages an iterative five-step process for the solution of case studies: problem specification, analysis, design, implementation, and testing
  • The Java Application Programming Interface (API) is used throughout