The writer is very fast, professional and responded to the review request fast also. Thank you.
Write a class called Dealer that has fields of type Vehicle and Customer. The field for Vehicle is a class that has fields make, model, and VIN. The field Customer has fields Name and account number. The field called Name is also an existing class with fields last name and first name.
Define the class Dealer so that you can create a Dealer object either by a customer object, or by a customer object and a vehicle object. Provide accessor methods for each type of fields in the class Dealer. Also, provide a mutator method that changes the Vehicle object.
WHAT I HAVE SO FAR:
public class Customer
{
String accountNumber;
public Customer (Name fullName, String accountNumber)
{
this.accountNumber = accountNumber;
}
}
public class Dealer
{
public Dealer (Customer customer)
{
}
public Dealer (Vehicle vehicle, Customer customer)
{
}
}
public class Name
{
String firstName, lastName;
public Name (String firstName, String lastName)
{
this.firstName = firstName;
this.lastName = lastName;
}
}
public class Vehicle
String make, model, VIN;
public Vehicle (String make, String model, String VIN)
{
this.make = make;
this.model = model;
this.VIN = VIN;
}
}
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more