Skip to content

This is a program that creates a bank account for each user with a specific name, account number, initial balance, and withdrawal limit. The user has the choice to create a checking or saving account and their file can be saved even after quitting from the program. This project utilizes object-oriented properties and file saving options.

Notifications You must be signed in to change notification settings

KMLPr/BankFileSave

Repository files navigation

This is my Bank Account File Save Object-Oriented Program created in IntelliJ using Java programming language. This was a project from my sophomore year as an undergraduate Computer Science student. This project shows my skill in object-orientation, file saving, and creating different accounts by extending them from the Bank Account file and overriding specific methods.

About

This is a program that creates a bank account for each user with a specific name, account number, initial balance, and withdrawal limit. The user has the choice to create a checking or saving account and their file can be saved even after quitting from the program. This project utilizes object-oriented properties and file saving options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages