Bank Management System

  1. Introduction
  2. Goal
  3. Output
  4. Coding details
  5. Codes

Introduction

2020 summer, I spent some time to work on Java and Python programming. This one is a very simple project I played with for improving Java coding skill. The following Java topic is covered in this project: Class, Parent class, Child class, Abstract class & method, Inheritance, Interface, Static, and other basic Java topics


Goal

Build a bank management system which can “creat an account”,”log in”, “deposit”,”withdraw”,”check balance”,”transfer”,”loan”,”pay back”,”change password”,”logout”
There are four different accounts in this system: 1. Saving account; 2. Credit account; 3. Saving account with loan; 4. Credit account with loan


Output




Coding details


Codes

https://github.com/TianLuke33/BankManageSystem


If you have any questions, please contact with tianluwu@gmail.com