Object-Oriented Programming, 8th Seminar

dat1/inf1, Autumn 2001

Location

B3-104

Time

October 23, 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.

Readings

Chapter 9 in the book "Holding Your Objects".

Exercise

Exercise 8

Slides

handouts

Links

Best regards,
Kristian Torp