Question: In this assignment, you will use object-oriented programming techniques to model a basic University system 1. You will need to model the following classes: Address,

 In this assignment, you will use object-oriented programming techniques to modela basic University system 1. You will need to model the followingclasses: Address, Person, Student, Staff and Faculty. You may also model otherclasses as needed. 2. Provide three interfaces: Employee (with a salary0 method),and child interfaces (with Instructor(with a creditsTaught0 method) and Administrator position0 method).

In this assignment, you will use object-oriented programming techniques to model a basic University system 1. You will need to model the following classes: Address, Person, Student, Staff and Faculty. You may also model other classes as needed. 2. Provide three interfaces: Employee (with a salary0 method), and child interfaces (with Instructor(with a creditsTaught0 method) and Administrator position0 method). You may also provide other interfaces as needed. a 3. You will need to capture the following data members: first name, middle name, last name, date of birth, gender, address first line, city of address, state of address, zipcode of address, current semester enrolled in, number of credits completed, graduation status, PhD status for graduate students, number of credits currently enrolled in, department of employment, major and salary. Decide carefully where each data member (there are 17 data members listed) should be stored. 4. You may provide additional data members as needed. 5. Accessors should be provided for all data members 6. No mutators should be provided for any data member. The only way to modify data members from any class outside this hierarchy is to use the constructors (directly) or the methods below (indirectly). 7. Your implementation should include abstract classes, "concrete" classes, interfaces, inheritance and polymorphism

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!