Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this project you will consider writing a java code for building a Bank / Atm Automation system .The program will run from interface(gui). customers
- In this project you will consider writing a java code for building a Bank / Atm Automation system .The program will run from interface(gui). customers , bank staffs, bank manager and so on authorized users will be able to do stuffs below:
- Login ,Change Password, learning balance, Giving loan approval to customers, Money withdrawal , money deposit, Money transfer, invoice payment, credit card approval, credit limit approval, credit card limit update and so on.
- There will be at least 2 abstract classes and 3 interfaces there in the program.
- Data will be kept in files ( if you want you can use database).
- At least 4 files will be used (If you prefered database define at least 6 tables.)
- Sub-class and upper classes will be created.
- Static method and variables will be used.
- Overload and override will be used.
- Polymorphism will be used. (like sending upper class object as a parameter when calling a method.)
- Note:
Program need to be written in java language.
You should use swing in the interface using fx is not allowed .
If you preferred database you need to use Javadb or Mssql using Mysql is not allowed.
Please can you also send me the code folder because sometimes after pasting the solution in netbeans 8.1 I get too many bugs so having the folder might help. (bossey800@g mail.com)
please do not copy paste the code because they are full of bugs and not working thats way i am reposting this question. please solve it by yourself.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started