Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avan1235/oop-class-model
https://github.com/avan1235/oop-class-model
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/avan1235/oop-class-model
- Owner: avan1235
- Created: 2022-03-29T20:59:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T23:08:08.000Z (over 2 years ago)
- Last Synced: 2023-03-03T23:35:57.951Z (over 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIM UW Bank Java Model
Create a model of Bank with its clients and play with it in `Main` class.
You need to satisfy all `TODO` fields in code that can be placed in exceptions (to be removed)
or in some comments (also remove after implementing) - you can find all of them with `Ctrl+Alt+L`
shortcut in Intellij.Probably it would be easier to start with `BankAction`, then work on `BankClient` and finally work on
`Bank` and short example in `Main`