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 (14:00-16:00)

We want to realize a program for managing the accounts of clients of a bank. For each account, the following information is stored:

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

Example program: TestAccount.Java

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

Example program: TestUseAccount.java

Solutions: Account.java, UseAccount.java