Question: Using C++ as language (if you have Visual Studio 2013/5/7 please use that to avoid of unknown stupid question when I may run file available

 Using C++ as language (if you have Visual Studio 2013/5/7 please

use that to avoid of unknown stupid question when I may run

file available here: https://drive.google.com/open?id=1UHmjwWgN9cBGkWtDXQw3X2O3gAxQ99ci OVERVIEW This activity is designed to have you

work with an abstract virtual base class, and a set of derived

Using C++ as language (if you have Visual Studio 2013/5/7 please use that to avoid of unknown stupid question when I may run

file available here: https://drive.google.com/open?id=1UHmjwWgN9cBGkWtDXQw3X2O3gAxQ99ci

OVERVIEW This activity is designed to have you work with an abstract virtual base class, and a set of derived classes INSTRUCTIONS In this program you will create a set of unique but similar banking account classes that are designed to model the accounts at a bank. Each of the classes will be based upon a generic/abstract base class, and then you will implement the commands necessary to keep track of them. THE MAIN PROGRAM Your main program will be provided for you. It will be designed to work in sections. The first section will read data from a file and create the accounts as necessary. The second section will allow the user to make changes to the accounts via data entry. THE BANKACCOUNT CLASS The BankAccount class will be the generic starting point for all your future classes. In it you will hold the following information . Balance Number of deposits made so far. Number of withdrawals made so far. Annual Percentage rate. An Account ID String In addition, you will want the following functions, note that some of these may be virtual, and you may need to create some others as necessary. (cough constructors cough)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!