This book lays the foundation for programmers to build their skills. The focus is placed on how to implement effective programs using the JCL instead of producing mathematical proofs. The coverage is updated and streamlined to provide a more accessible approach to programming. Theyβll be able to dev
Objects, Abstraction, Data Structures and Design: Using Java version 5.0
β Scribed by Elliot B. Koffman, Paul A. T. Wolfgang
- Publisher
- Wiley
- Year
- 2004
- Tongue
- English
- Leaves
- 874
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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
π SIMILAR VOLUMES
Data Structures: Abstraction and Design Using Java, 3rd Edition, combines a strong emphasis on problem solving and software design with the study of data structures. The authors discuss applications of each data structure to motivate its study. After providing the specification (interface) and the i
Think, Then Code<br>When it comes to writing code, preparation is crucial to success. Before you can begin writing successful code, you need to first work through your options and analyze the expected performance of your design. Thats why Elliot Koffman and Paul Wolfgangs Objects, Abstraction, Data
Koffman and Wolfgang introduce data structures in the context of C++ programming. They embed the design and implementation of data structures into the practice of sound software design principles that are introduced early and reinforced by 20 case studies. Data structures are introduced in the C++
This book lays the foundation for programmers to build their skills. The focus is placed on how to implement effective programs using the JCL instead of producing mathematical proofs. The coverage is updated and streamlined to provide a more accessible approach to programming. Theyβll be able to dev