https://github.com/debugger22/myjava
A collection of my small java programs
https://github.com/debugger22/myjava
Last synced: 27 days ago
JSON representation
A collection of my small java programs
- Host: GitHub
- URL: https://github.com/debugger22/myjava
- Owner: debugger22
- Created: 2013-08-27T13:34:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T08:33:49.000Z (over 11 years ago)
- Last Synced: 2025-02-15T07:51:24.246Z (3 months ago)
- Language: Java
- Size: 659 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BackAccount
-----------
I am doing this project for my object oriented programming course. This project will be graded. Currently I don't have
any idea that what exactly am I gonna do in this project so I can not provide full docs, though I'll keep adding as much
as possible.As of now the code is like this:
* This project creates a bank account and provides methods like deposit, withdraw, getBalance and transfer.
* It automatically generates a sequential new account no for every object of the class starting from 180020131111
* Currently it has three type of accounts Checking account, Savings account and Fixed deposite account.[](https://bitdeli.com/free "Bitdeli Badge")