Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions