Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 525 Bytes

File metadata and controls

24 lines (15 loc) · 525 Bytes

Bank-Management-System-Java

About:

This is a Bank Management System developed in Java.

This Bank Management System performs few basic operations:

  1. Login existing account If logged-in =>

    1. check balance
    2. Withdraw money
    3. Deposit money
    4. Transfer money
  2. Sign-Up Enter details to create an account in bank.

  3. Exit

This project is developed for learning OOPS concepts (specifically, Encapsulation and Polymorphism) using JAVA.

NOTE: To execute the project, run the App.java file.