For courses in Java Data Structures. Programming Abstractions in Java: A Client-First Approach Programming Abstractions in Java is intended for use in the second programming course in most college or university curriculum. Stanford University's Eric Roberts employs a novel strategy called the client-first approach while maintaining full coverage of the CS2 curriculum. In the traditional approach, students learn how to use a particular data structure, how to implement it, and what its performance characteristics are--all at the same time. Roberts exposes the weakness of this model. In short, students are trying to understand how a structure is implemented before they have mastered how one would use that structure in an application. With Programming Abstractions in Java and Roberts's client-first approach, students learn how to use the full set of collection classes before they tackle any implementation issues. By tackling compelling, real-world assignments in which they use the collection classes as clients, students gain a firm sense of the underlying data model and how each structure can be used. Once they have had time to master the client-side perspective, students are ready to explore the range of possible implementations and their associated computational characteristics. They can also begin to learn the software development skills so desperately needed in the technology industry today.
Written by a world-renowned expert on programming methodology, and the winner of the 2008 Turing Award, this book shows how to build production-quality programs--programs that are reliable, easy to maintain,...
Written by a world-renowned expert on programming methodology, and the winner of the 2008 Turing Award, this book shows how to build production-quality programs--programs that are reliable, easy to maintain, and quick to modify.
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.
Highlights *This book introduces several library packages to simplify the programming process, making it possible for students to concentrate on high-level conceptual issues without being distracted by the complexities of...
No part of this book may be reproduced in any form or by any means, without permission in writing from the publisher. Pearson Prentice Hall TM is a trademark of Pearson Education, Inc. All other trademarks or product names ...
Millions of us use cars everyday without understanding the details of how they work . Abstraction helps us get to school or work ! A program can be designed as a set of interacting abstractions . In Java , these abstractions are ...
This book introduces readers with no prior programming experience to the practice and philosophy of object-oriented programming in Java. After an introduction, the book is partitioned into two parts.
They reviewed the preface, table of contents, and sample chapters and also provided valuable input on the book and future ... of Mexico (UNAM) Lee Wittenberg, Kean University We would also like to acknowledge the team at John Preface ix.
This text covers the basics of programming and data structures, and gives first-time computer science students the opportunity to not only write programs, but to prove theorems and analyze algorithms as well.
With this book, students will gain a solid foundation in data abstraction, object-oriented programming, and other problem-solving techniques.