You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bank Account console using Object Oriented Approach
About
This Java project aims to design a class hierarchy for a bank application that creates bank account objects and records transactions. The application have two types of accounts: PersonalChequingAccount and SavingAccount, and will utilize an Object-Oriented approach with Polymorphism.