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

Lab Exam 20/9/2005

We want to realize a program for collecting statistical data about car sales. For each car, the following information is stored:

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

Example program: TestCar.Java

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

Example program: TestUseCar.java