Create a program that exhibits inheritance. Software Requirements: • Latest version of NetBeans IDE Java Development Kit (JDK) 8 Procedure: 1. Write a simple information system that will store and display the complete information of a student, faculty, or employee. 2. Create four (4) no-modifier classes named Person, Student, Faculty, and Employee. 3. Create a public class named CollegeList. This class shall contain the main method. 4. Refer to the UML Class Diagram for the names of the variables and methods. The (-) symbol represents private variables, while (+) represents public method. This should be the sequence of the program upon execution: a. Prompt the user to select among Employee, Faculty, or Student, by pressing E, F, or S. b. Ask the user to type the name and contact number. c. For Employee, ask the user to type the employee's monthly salary and the department where he/she belongs to (Ex. Registrar). Then, display name, contact number, salary, and department. For Faculty, ask the user to press Y if the faculty member is regular/tenured or N if not. Then, display name, contact number, salary, department, and status. For Student, ask the user to type the student's enrolled program (Ex. BSIT, BSTM) and his/her year level (integers 1 to 4). Then, display name, contact number, program, and year level. Person name: String contactNum: String + setName(String n): void + getName(): String + setContactNum(String c): void + getContactNum(): String Employee salary: double department: String + setSalary(double s): void Student program: String yearLevel: int + setProgram(String p): void getSalan/): double
Create a program that exhibits inheritance. Software Requirements: • Latest version of NetBeans IDE Java Development Kit (JDK) 8 Procedure: 1. Write a simple information system that will store and display the complete information of a student, faculty, or employee. 2. Create four (4) no-modifier classes named Person, Student, Faculty, and Employee. 3. Create a public class named CollegeList. This class shall contain the main method. 4. Refer to the UML Class Diagram for the names of the variables and methods. The (-) symbol represents private variables, while (+) represents public method. This should be the sequence of the program upon execution: a. Prompt the user to select among Employee, Faculty, or Student, by pressing E, F, or S. b. Ask the user to type the name and contact number. c. For Employee, ask the user to type the employee's monthly salary and the department where he/she belongs to (Ex. Registrar). Then, display name, contact number, salary, and department. For Faculty, ask the user to press Y if the faculty member is regular/tenured or N if not. Then, display name, contact number, salary, department, and status. For Student, ask the user to type the student's enrolled program (Ex. BSIT, BSTM) and his/her year level (integers 1 to 4). Then, display name, contact number, program, and year level. Person name: String contactNum: String + setName(String n): void + getName(): String + setContactNum(String c): void + getContactNum(): String Employee salary: double department: String + setSalary(double s): void Student program: String yearLevel: int + setProgram(String p): void getSalan/): double
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question

Transcribed Image Text:Sample Output:
Press E for Employee, F for Faculty, or s for Student: e
Type employee's name, contact number, salary, and department.
Press Enter after every input.
Mairo Berlin P. Reyes
09198765432
24500
Registrar
Name: Mairo Berlin P. Reyes
Contact Number: 09198765432
Salary: 24500.0
Department: Registrar

Transcribed Image Text:Create a program that exhibits inheritance.
Software Requirements:
Latest version of NetBeans IDE
Java Development Kit (JDK) 8
Procedure:
1. Write a simple information system that will store and display the complete information of a student,
faculty, or employee.
2. Create four (4) no-modifier classes named Person, Student, Faculty, and Employee.
3. Create a public class named CollegeList. This class shall contain the main method.
4. Refer to the UML Class Diagram for the names of the variables and methods. The (-) symbol
represents private variables, while (+) represents public method. This should be the sequence of
the program upon execution:
a. Prompt the user to select among Employee, Faculty, or Student, by pressing E, F, or S.
b. Ask the user to type the name and contact number.
c. For Employee, ask the user to type the employee's monthly salary and the department where
he/she belongs to (Ex. Registrar). Then, display name, contact number, salary, and
department.
For Faculty, ask the user to press Y if the faculty member is regular/tenured or N if not. Then,
display name, contact number, salary, department, and status.
For Student, ask the user to type the student's enrolled program (Ex. BSIT, BSTM) and
his/her year level (integers 1 to 4). Then, display name, contact number, program, and year
level.
Person
name: String
contactNum: String
+ setName(String n): void
+ getName(): String
+ setContactNum(String c): void
+ getContactNum(): String
Employee
salary: double
department: String
+ setSalary(double s): void
+ getSalary(): double
+ setDepartment(String d): void
+ getDepartment(): String
Student
program: String
yearLevel: int
+ setProgram(String p): void
+ getProgram(): String
+ setYearLevel(String y): void
+ getYearlevel(): int
Faculty
status: boolean
+ isRegular(): boolean
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 6 steps

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY