Question: In this module you learned about object-oriented programming. You learned about how to create classes and instantiate those classes as objects. You will be creating
In this module you learned about object-oriented programming. You learned about how to create classes and instantiate those classes as objects. You will be creating a Class Diagram that includes Sets, Gets and Work Methods.
Design a class named AutomobileLoan.
The class diagram should contain the following Data Fields: 10-Digit loan number of the car loan, make of the car, model of car, and the loan balance. You can make up the values.
Include methods to set values for each data field.
Include methods to get values for each data field
A method that displays all the loan information within the method. Create the class diagram and write the pseudocode that defines the class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
