https://github.com/avan1235/oop-class-model
https://github.com/avan1235/oop-class-model
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avan1235/oop-class-model
- Owner: avan1235
- Created: 2022-03-29T20:59:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T13:33:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T22:03:14.031Z (4 months ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 13
- Open Issues: 7
-
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`