Design the Person and Customer UML diagram. You can draw this diagram in Word or you can do it by hand and take a picture

Your goal is to design a class named Person and a class named Customer which extends the Person class.

Person Class

Create a Person class that contains the following:

  • Class Fields: name, address, and phone number. (2 points)
  • No argument constructor that initializes the object with empty strings for name, address, and phone. (2 points)
  • 3 argument constructor that initializes the object with a name, address, and a phone number. (2 points)
  • Getter/setter methods for each of the fields. (3 points)
  • toString method that returns a string for the name, address, and phone number (2 points) (see example below):
    Name: Bob Smith
    Address: 123 Main Street, Plano, TX 75074
    Phone: 972-333-4444

Customer Class

Create a subclass of Person named Customer that contains the following:

  • A field for a customer number. (1 point)
  • A no argument constructor that initializes the object with an empty string for the name, address, phone, and customer number. (2 points)
  • A 4 argument constructor that initializes the object with a name, address, a phone number, and a customer number. (2 points)
  • Getter/setter method for the customer number field. (1 point)
  • toString method that prints the information from the Person toString as well as the customer number using the keyword super (2 points). (see example below):
    Name: Bob Smith
    Address: 123 Main Street, Plano, TX 75074
    Phone: 972-333-4444
    Customer Number: 1234-5678
  • In the main method create an array of 4 People. Make the first 2 elements People objects and the next two elements Customer objects. You do NOT need to use Scanner or JOptionPane to get input from the user for these objects, you can enter the data directly into the array. Print each object of the array by using a loop. (6 points)

UML Diagram

  • Design the Person and Customer UML diagram. You can draw this diagram in Word or you can do it by hand and take a picture. Please put this UML diagram into your project folder when submitting your work. (5 points)

Test your program several times using different input to ensure that it is working properly.

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

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.

Money-back guarantee

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 more

Zero-plagiarism guarantee

Each 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 more

Free-revision policy

Thanks 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 more

Privacy policy

Your 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 more

Fair-cooperation guarantee

By 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
error: Content is protected !!