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 8/2/2006

We want to realize a program for collecting data about medical visits. For each visit, the following information is stored:

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

Example program: TestVisit.Java

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

Example program: TestUseVisit.java

Solutions: Visit.java, UseVisit.java