Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Here is the addup of the previous program: For this program you are tasked with writing a program which stores database of the information for

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Here is the addup of the previous program:

image text in transcribed

image text in transcribed

For this program you are tasked with writing a program which stores database of the information for Students, Faculty, and Staff at a local university. The program will make use of inheritance and polymorphism. Please used hw5 for the package name The Person Class . A person has o first name o last name o email address o Address o and one or more PhoneNumbers (NOTE: A person can have any number of phone numbers, so design this class accordingly) The Address Class An address has o street number o optional apartment number o street name o city o state o zip code The PhoneNumber Class . A phone number has o type (cell phone, home phone, business, etc...) o an area code o a prefix o a suffix o Example: 323-343-1234, 323 is the area code, 343 is the prefix, 1234 is the suffix. The Employee Class For this program you are tasked with writing a program which stores database of the information for Students, Faculty, and Staff at a local university. The program will make use of inheritance and polymorphism. Please used hw5 for the package name The Person Class . A person has o first name o last name o email address o Address o and one or more PhoneNumbers (NOTE: A person can have any number of phone numbers, so design this class accordingly) The Address Class An address has o street number o optional apartment number o street name o city o state o zip code The PhoneNumber Class . A phone number has o type (cell phone, home phone, business, etc...) o an area code o a prefix o a suffix o Example: 323-343-1234, 323 is the area code, 343 is the prefix, 1234 is the suffix. The Employee Class

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Datalog Engines In Databases

Authors: Bas Ketsman ,Paraschos Koutris

1st Edition

1638280428, 978-1638280422

More Books

Students also viewed these Databases questions