Question: (C++ ONLY) Please Help:- Define the class bankAccount to implement the basic properties of bank account. An object of this class should store the following

(C++ ONLY) Please Help:-

Define the class bankAccount to implement the basic properties of bank account. An object of this class should store the following data: Account holder's name (string), account number (int), account type (string, checking/saving), bln (double), and interest rate (double). (Store interest rate as decimal number.) Add appropriate member functions to manipulate an object. Use static member in the class to automatically assign account numbers. Also declare an array of 10 components of type bankAccount to process up to 10 customers and write program to illustrate how to use your class.

Thank you for helping..

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!