Algorithms and OOD (CSC 207 2014F) : Outlines

Outline 08: Arrays in Java


Held: Wednesday, 10 September 2014

Back to Outline 07 - Classes and Objects, Revisited. On to Outline 09 - Some Basic Types: Numbers and Strings in Java.

Summary

We consider the design of arrays as an ADT and then the specifics of arrays in Java.

Related Pages

Overview

Administrivia

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

Miscellaneous

ADTs, Revisted

When you design an ADT, you should think about

One big conceptual issue: Are you a minimalist or a maximalist? (Do you put as little or as much as possible in your design?)

After designing, think about implementation.

Arrays in Java

Minimalist vs. Maximalist ADT Design

Arrays, Revisited