Question: Please write the code pellucid, cause I want to try to understand the code and learn from it, thank you so much. CS-2012: Introduction to




Please write the code pellucid, cause I want to try to understand the code and learn from it, thank you so much.
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 Oriented Programming techniques (No Credit) for programs which do not make proper use of methods and other techniques learned from CS-2011 (No Credit) for program written entirely in the same .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 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 optional apartment number o street name o state o zip codee
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
