Close
Register
Close Window

Intro To Software Design

Chapter 10 Grouping Using Lists And Fixed Size Arrays

Show Source |    | About   «  9.1. Using Lists   ::   Contents   ::   11.1. More On Fixed Sized Arrays  »

10.1. Grouping Using Lists and Fixed Size Arrays

10.1.1. Introduction

At the end of this module you will..

  • Know about interfaces and how to use them when writing objects

  • Know about how to use external libraries in your code, especially collections * Java Java Java! –> Section 16.6 * Think Java –> Section 10.1

  • Know more about what the superclass Collections gives ArrayList in terms of functionality * Java Java Java! –> Section 16.6 * Think Java –> Section 14.1

  • Know how to use a fixed-size array * Java Java Java! –> Sections 8.3 - 8.7, 16.6, 9.2 - 9.8 * Think Java –> Chapter 8

10.1.2. Syntax Review

10.1.3. Syntax Practice

Codeworkout exercises

10.1.4. changePointeeDataDirect

Molly is practicing adding a CW style question (still in progress)

10.1.5. Programming Practice

10.1.6. Codeworkout exercises

10.1.7. Reading Quiz 1

Practicing making a multiple choice question to mimic a Khan Academy question

   «  9.1. Using Lists   ::   Contents   ::   11.1. More On Fixed Sized Arrays  »

nsf
Close Window