Assessment
1. Design - UML diagrams and overall design
2. Implement Java Code - a well-documented code should be submitted.
Develop a banking system that supports the following basic features:
1. Register and login a customer.
2. Display all the banking services and allow the customers to select one transaction at a time.
3. Allow customers to conduct financial transactions like funds transfer and electronic bill payments.
4. Show the transaction confirmation.
Important points:
- There should be a link from each form to the main menu.
- Use meaningful variable names and comments in your program.
GUI Description
The Bank Application System needs at least the following forms:
a. Form for registering new customer.
b. Form as a main mend which shows all service.
c. Form for funds transfer.
d. Form for electronic bill payments.
e. Form for connect with related bank:.-
f. Form to show the transaction confirmation.
The Bank Application System. should contain at least 5 classes and must create classes to facilitate the work.
Items to be submitted:
1. You should hand in a hard-copy Project documentation comprising of the following sections:
a) Introduction
b) project design Using UML diagrams
c) Screen shots of the outputs with related Java Code. Discuss each of the code snippets. (You can create a comment inside the code)
2. You should hand in a soft-copy on CD comprising the following section:
a) A copy of the program including all the files.
b) A word or pdf file of the report