The Course

Reading assignments

The Projects
Deadlines August 12 and 22

General information

Exam Information


Resources

Cooper Structural Patterns

Prof. Futrelle's examples

Software Design Patterns

Java

Unix and CCS access

The Emacs editor

Object-oriented design
including UML

Mailing list archives
(1204 students only)


Email Prof. Futrelle
Or send a form-based message.
Better, email both of us, including the grader, Ms. Xin.

Return to Professor Futrelle's Teaching Gateway or to his home page.

COM1204 -- Object-Oriented Design -- Summer 2002

College of Computer and Information Sciences, Northeastern University

Professor Robert P. Futrelle

(Updated Monday 8/26/2002)

URL of this page:
http://www.ccs.neu.edu/home/futrelle/teaching/com1204sm2002/index.html


Overview

From the University Catalog: "COM 1204 Object-Oriented Design 4 QH
Introduces the philosophy and methodology of object-oriented software design and the techniques of object-oriented programming. Discusses the design and implementation of individual classes and the tradeoffs in designing collections of classes. Introduces class libraries and application frameworks. Examines simple design patterns and compares object-oriented design to other software design paradigms. Applies object-oriented design to several medium-sized projects. Prereq. COM1201 or permission of instructor."


News and Notes (most recent first)

NEW: August 26th: Final Exam Information

August 3rd: Project deadlines: August 12th and August 22nd. Details here.

July 29th. For each of the Structural Patterns chapters in Cooper's book, I have concatenated all the source files together. Follow the " Cooper Structural Patterns" link here or on the left. (Unix command used: head -999 *.java > all and then "all" changed to all<pattern_name>.java)

July 27th. A sample midterm example has been created. Follow the "Exam Information" link on the left.

July 14th: Two new creational patterns code examples were added. Follow "Prof. Futrelle's examples" link on the left.

Details were added on July 4th for what you need to do to prepare for your Project Meeting #2, starting Monday the 15th. Follow the Projects link on the left.

July 4th: Professor Lorenz will be teaching the class on Wednesday and Thursday, July 10th and 11th. He will be able to shed light on your upcoming project assignment,

July 4th: A new category has been added on the left for my own Examples, e.g. BigDog, LittleDog.