Moreover, lines 30, 92, and 93 throw errors because of undefined methods in BankDatabase.java.
And, per issue #1 , deposit slot is missing. Do you have refactored code available? Otherwise, this is wonderful, but the errors may cause confusion for folks using this app and associated code for the first time.
Thank you for constructing this project, which has been really useful for me and my mentees/students.
First, thank you for such great code. A few points:
Lines 15 and 16 in
Account.java
are undefined:Consequently lines 42 and 74 throw errors.
Moreover, lines 30, 92, and 93 throw errors because of undefined methods in
BankDatabase.java
.And, per issue #1 , deposit slot is missing. Do you have refactored code available? Otherwise, this is wonderful, but the errors may cause confusion for folks using this app and associated code for the first time.
Thank you for constructing this project, which has been really useful for me and my mentees/students.
Cheers
Milo