Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Objects, Abstraction, Data Structures and Design: Using Java version 5.0

Posted By: sandhu1
Objects, Abstraction, Data Structures and Design: Using Java version 5.0

Objects, Abstraction, Data Structures and Design: Using Java version 5.0
Wiley; 1 edition | November 10, 2004 | ISBN-10: 0471692646 | 880 pages | DJVU | 23.9 Mb

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