Answered step by step
Verified Expert Solution
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
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 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started