Please create separate files • Function that can deposit to the account• Function that can do a withdrawal from the account• This program will based on the concepts of inheritance.The other...


Please create separate files


You will be developing a Bank Management System (BMs)in c++ that manages various<br>types ofBank Accounts:<br>Saving, Checking, Current and Investment Accounts.<br>All bank accounts have the following characteristics:<br>• Title (full name of the account holder)<br>• Account number (a 16 digit unique number)<br>• Account balance (amount in rupees that is held in the account)<br>• Function that displays all of the account variables in this format: < Title; Account number; Account<br>balance><br>• Function that can deposit to the account<br>• Function that can do a withdrawal from the account<br>• This program will based on the concepts of inheritance.<br>The other accounts have the following attributes in addition to the ones described above:<br>Saving<br>• Interest rate<br>• Function that calculates interest on the balance using the interest rate<br>Checking<br>• Fees that is charged on each account transaction (deposit or withdrawal)<br>Current<br>• Fees that is charged on each account transaction (deposit or withdrawal)<br>• Required Minimum balance<br>Investment<br>• Fees that is charged on each account transaction (deposit or withdrawal)<br>• Required Minimum balance<br>• Percent profit Remember<br>

Extracted text: You will be developing a Bank Management System (BMs)in c++ that manages various types ofBank Accounts: Saving, Checking, Current and Investment Accounts. All bank accounts have the following characteristics: • Title (full name of the account holder) • Account number (a 16 digit unique number) • Account balance (amount in rupees that is held in the account) • Function that displays all of the account variables in this format: < title;="" account="" number;="" account="" balance=""> • Function that can deposit to the account • Function that can do a withdrawal from the account • This program will based on the concepts of inheritance. The other accounts have the following attributes in addition to the ones described above: Saving • Interest rate • Function that calculates interest on the balance using the interest rate Checking • Fees that is charged on each account transaction (deposit or withdrawal) Current • Fees that is charged on each account transaction (deposit or withdrawal) • Required Minimum balance Investment • Fees that is charged on each account transaction (deposit or withdrawal) • Required Minimum balance • Percent profit Remember
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here