This assignment requires you to modify the design of the program from assignment 1. Transform the procedural code of your previous program into object oriented code. Define a class named account. Objects of this class must have all the relevant attributes and methods required to operate a checking account. In other words, you are required to encapsulate the data and functions used in your previous program into this account class. You may use constructors to initialize the object with a starting balance of $100. Alternatively, a constructor may be used to query the user for a starting balance.
You are required to write this program in multiple files. I recommend you use create three files as follows:
You will turn in your assignments using the script file given to you. This assignment is due in week 15