Question: C++ 5.11 program: Create a Banking management system with the ability to make a new account, deposit amounts, withdraw amounts, look at balance enquiry, see
C++ 5.11 program:
Create a Banking management system with the ability to make a new account, deposit amounts, withdraw amounts, look at balance enquiry, see all account holder list, ability to close an account, ability to modify an account, and exit the program
Requirements include:
1. Use the class Style Sheet as usual
2. Give your variables descriptive names that are appropriate for your program
3. Comment your classes to make them readable for the novice programmer
4. Create at least 3 Classes including a TestDriver
5. Use Constructors in your classes
6. Use at least one Data Structure in your classes - ArrayList, Vector, LinkedList
7. Error Checking and Exception Handling are mandatory in your program
8. Include at least four of the following in your program:
a. Advanced File Handling (Binary)
b. String Processing (C-string and/or string class)
c. Pointers
d. Recursion
e. Generic Data Structure
f. Function Templates
g. Polymorphism and Virtual Functions
9. Your program should be a minimum of 5 - 6 pages of code including the Style Sheet information and comments.
10. Be sure to include a PrintScreen(s) to demonstrate how your program works.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
