Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C52012 HW CS C i secure https://csns.calstatela.edu submissior/description?assignmentid=6394285 CS-2012: Introduction to Programming II Homework 05: University Database General Directions: Please read very carefully for each
C52012 HW CS C i secure https://csns.calstatela.edu submissior/description?assignmentid=6394285 CS-2012: Introduction to Programming II Homework 05: University Database General Directions: Please read very carefully for each assignment! Programs must be uploaded to CSNS before the due date and time. No late submissions. No email submission. Programs must meet all requirements. .(No Credit) for programs which do not use Object Orlented Programming techniques, .(No Credit) tcr programs which do not make proper use of methods and other techniques learned trom CS-2011 .(No Credit) for progran written entirely in the sarme .java file. See syllabus for additional grading criteria. General Description: 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 e last name email address 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 street name o city o state o zip code The PhoneNumber Clas:s A phane number has: o type foell phone, home phone, business, et..) e an area code 2:10 PM C52012 HW CS C i secure https://csns.calstatela.edu submissior/description?assignmentid=6394285 CS-2012: Introduction to Programming II Homework 05: University Database General Directions: Please read very carefully for each assignment! Programs must be uploaded to CSNS before the due date and time. No late submissions. No email submission. Programs must meet all requirements. .(No Credit) for programs which do not use Object Orlented Programming techniques, .(No Credit) tcr programs which do not make proper use of methods and other techniques learned trom CS-2011 .(No Credit) for progran written entirely in the sarme .java file. See syllabus for additional grading criteria. General Description: 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 e last name email address 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 street name o city o state o zip code The PhoneNumber Clas:s A phane number has: o type foell phone, home phone, business, et..) e an area code 2:10 PM
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