Object-Oriented Programming: Collections

Location B3-104
Time October 26, 10.15 - 12.00
Subject This seminar covers the topics collections and iterators. Collections are a place to store objects, it is a generalization of the array data structure that you should be familiar with. Iterators are a way to access collections without having to know the implementation details of the collection.
Reading "Absolute Java" Chapter 16
Exercises Exercise
Solutions Solutions for the exercises both documentation and source files
Examples The examples from the lecture, both documentation and source files
Slides PDF
Links

Here links that are useful for the seminar are listed: