Free University of Bozen-Bolzano
Faculty of Computer Science - Bachelor in Applied Computer Science
Bachelor in Production Engineering
Introduction to Programming - A.A. 2005/2006

Lab Exam 23/11/2005 (18:00-20:00)

We want to realize a program for managing the fund-raising activities of volunteers working in a no-profit organization. For each volunteer, the following information is stored:

Part 1. Write a class Volunteer that implements the following methods:

Example program: TestVolunteer.Java

Part 2. Write a class UseVolunteer, client of Volunteer, that contains the following public static method:

Example program: TestUseVolunteer.java

Solutions: Volunteer.java, UseVolunteer.java