Computing Fundamentals with Java

Rick Mercer

ISBN 1-887902-47-3, $60.00

 

Contents

  1. Program Development PDF file
  2. A Little Java PDF file
  3. Using Objects
  4. Classes and Interfaces PDF file
  5. Events, Listeners, and a Little Polymorphism
  6. Selection
  7. Repetition
  8. Arrays
  9. Persistent Objects
  10. Building an Inheritance Hierarchy
  11. Simple Recursion
  12. 2-D Arrays

Appendix A: Documenting Code with javadoc
Appendix B: Answers to Odd-numbered Exercises

Overview

Computing Fundamentals with Java is the current effort in the author’s 11-year journey of integrating object-oriented programming into the first computer science course (CS1), while retaining the commonly accepted fundamentals
of computing. In addition to traditional CS1 topics and the newer objects and classes, this text provides three bonus chapters on object-oriented software development in the context of a case study.

This text is designed for students with little or no prior programming experience, as well as for students who may have experience with another programming language. Computing Fundamentals with Java is written to clearly present fundamental concepts to beginning programmers.

Back to Our Catalog