Question: Java program Write a test program that creates account objects for a number of customers. Some have a single account, some have multiple accounts and

Java program
Write a test program that creates account objects for a number of customers. Some have a single account, some have multiple accounts and some have multiple accounts with a deposit saving account. Use a text file to read the test data from which accounts are created Use another text file onto which the transactions are stored Use inheritance and polymorphism - Use the following validation rules: o Currency match between an account and the transaction to be executed o Opening a deposit saving account in dollars is disallowed o Withdrawing from zero balance account is disallowed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
