Algorithms and OOD (CSC 207 2013F) : Outlines

Outline 54: Patterns of Object and Algorithm Design


Held: Tuesday, 10 December 2013

Back to Outline 53 - Using Java from the Command Line. On to Outline 55 - Course Evaluation.

Summary

We step back and think about general design princples we've learned this semester.

Related Pages

Overview

Administrivia

Algorithm Design

Object Design

public class StandardIntegerComparator implements Comparator {

} // class StandardIntegerComparator

Program and Test Design

What other techniques have we learned in designing programs and tests?

Copyright (c) 2013 Samuel A. Rebelsky.

Creative Commons License

This work is licensed under a Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.