Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avan1235/oop-class-model


https://github.com/avan1235/oop-class-model

Last synced: about 10 hours ago
JSON representation

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`