Write an application named UseLoan that uses an abstract class named Personal Loan and subclasses to display two different types of loans—home and car—and the cost per month for each. Each of the subclasses contains a constructor that sets the cost per month based on the loan type, after prompting the user for at least one data-entry item that is used in the cost-determining decision. (For example, with a car loan, you might ask the age of the car, or whether it is a sports car.) Include an abstract toString () method in the Personal Loan class that constructs a String containing all the relevant data. Prompt the user for the type of loan, and then create and display the appropriate object Save the files as PersonalLoan.java, CarLoan.java, HomeLoatt.java, and UseLoan.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.