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

Lab Exam 19/2/2003 (2)

We want to realize a program to handle an archive of records. For each record the following information is stored: name of the author, title of the record, and price.

Parte 1. Write a class Record that implements the following methods:

Example program: TestRecord.java

Part 2. Write a class UseRecord, client of Record, that contains the following public static methods:

Example program: TestUseRecord.java


Solutions: Record.java, UseRecord.java