Algorithms and OOD (CSC 207 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [Learning Outcomes] [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Student-Curated Resources] [Java 8 API] [Java 8 Tutorials] [Code Conventions]
Related Courses: [CSC 152 2006S (Rebelsky)] [CSC 207 2014S (Rebelsky)] [CSC 207 2014F (Walker)] [CSC 207 2011S (Weinman)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)] [Issue Tracker (Textbook)]
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
this
)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.
indexed collection of homogenous valuesarray except that