C# program
This is a billing program created in C# i did for an assignment in ITEC 175. It was made using an Iconix approach to planed programming.

The way this program works is the user first must create a new customer using this form which instatiates a new customer object. it takes the information from the text boxes and stores them in a customer account object

A user then can add bills to the customer account using a form made specifically for that bill type. Each bill has its own sub class specific for that bill because each bill determines the bill total seperatly from eachother

By doing this a user can pay all there bills using one simple program.
This assignment focused heavly on getting classes to work with each other. It took alot of planning to figure out how things needed to be built. This program took over 12 hours to program.