T-106.1210 Basic Course in Programming, part 1

ReadMe: Project Phone

Overview

This project does not contain a full, runnable application program. Instead, the only package src.phone contains two classes which represent phone billing information.

Calls and Phone Bills

The following is known about phone calls, i.e., instances of class Call.

The following is known about phone bills, i.e., instances of class PhoneBill.

Dependencies and resources

None.

Running the program

You can experiment with the classes Call and PhoneBill using python interpreter.

As this project is not a full program, and has no user interface, it can not be run as an application like, say, the Butler project can.