Purchase Solution

Java Address Program with 3 Classes

Not what you're looking for?

Ask Custom Question

Implement a class called ShortAddress that has the following attributes: firstName, secondName, and phoneNumber.

Then implement a class called FullAddress that inherits the above attributes while adding the attributes (int) houseNumber (simply 1, 2, ... etc. - i.e. no 1a or 3b's allowed), street1Name, street2Name and cityName. Don't forget to use the keyword super in the constructor.

NOTE: ONLY INTEGER HOUSE NUMBERS ARE ALLOWED. IF USER ENTERS CHARACTERS AN ERROR MESSAGE MUST APPEAR AND PROMPT FOR A NEW INPUT.
PHONE NUMBERS MUST BE RESTRICTED TO A MINIMUM OF 8 - MAX 12 NUMBERS.

Finally write an application class to allow the user to input an address details and then give the user the choice of viewing the short address details or the long address details. This means your final answer should have a minimum of 3 classes for the application - you may use more if you are including utility classes.

Use exception handling to make the program robust. The code should be well commented.

Attachments
Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.