Polymorphism Interfaces 50 Points Take Account Class Chapter 3 Make Java Program Bank Howe Q37211345

Polymorphism of Interfaces (50 points)

Take the Account class from chapter 3 and make a java programwith for your bank. However, there is another type of customer thatmay not have money in the bank and may not in fact have a backaccount with this bank at all, but may have a loan here.

Make another class in the application you are making calledCarLoan. Carloan’s should have a name, amount owed, a rate, and amonthly payment.

Make an Interface class called iMailable to print the monthlystatements for all Accounts and all Carloans in the same print run.It should have one method in it called

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.