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

Lab Exam 21/11/2006

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

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

Example program: TestCCAccount.Java

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

Example program: TestUseCCAccount.java

Solutions: CCAccount.java, UseCCAccount.java