CECS 277 FINAL EXAMINATION

Final Exam Study Guide - recommended topics to review for the final study are shown below. You are responsible for the materials covered in the class and reading assignnents in the book.

  1. Inheritance, interface and casting
    Review lecture note
    Inheritance, interfaces, polymorphsim, and clone   (pdf)   (word) - casting (pages 21-23 on pdf document)

  2.  Java collection Framework

  3. Chapter 20 - Streams and binary input/output
  1. Design patterns

    Excellent source to review pattern design in Java.

    http://www.oodesign.com/

  2. Unit testing
  3. Object oriented design
  4.