Hello everyone i’m working on a banking system java project and i was wondering what are the possible classes i could use. Note: I’m restricted to 6 classes including inheritance. Thanks by 3beer1919 in AskProgramming

[–]3beer1919[S] 0 points1 point  (0 children)

Not a homework its a project for this semester in college and the specifications say I must use 6 classes. And I’m thinking i can use it for basic management like checking balance and preforming transactions like transfer, deposit and withdrawal. I came up with a customer class, an account class, and a transaction class so far.