C++ Bank Account Error Fix, full code. I am using Dev-C++ to
Compile and Execute.
The project is below, I have supplied the code and I'm getting
an error in SavingsAccount.h file.
17 5
C:\Users\adam.brunell\Documents\Classes\C++\Week4\SavingsAccount.h
[Error] 'SavingsAccount::SavingsAccount(std::string, double,
double)' is protected
A.Assume
i.SavingsAccount: Assume an Interest Rate
of 0.03
ii.HighInterestSavings: Assume an Interest
Rate of 0.05, Minimum Balance = $2500
iii.NoServiceChargeChecking: Assume an
Interest Rate = 0.02, Minimum of Balance = $1000
iv.ServiceChargeChecking – Assume account
service charge = $10,...