Object-Oriented Programming: Collections

Location NOVI building
Time October 04, 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 Chapter 11 in the book "Collections of Objects". You should ship the pages 461-480, pages 529-548, pages 551-560, pages 567-575.
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: