(Person Class) Design a class named Person that contains: o name, gender, and personCase as a private attribute o Non-default constructor that specifies name and gender o toString method that returns person data o personCase () method with no implementation (Student Class) Design a class named Student which is a child of Person that contains: o studentID as a private attribute o Nondefault constructor that specifies the name, gender, and studentID o toString method that returns student data o Implement personCase () that assigns "Not Studying" to personCase if studentID equals 0, “Studying" in case studentID greater than 0, and “Not a student" in case studentID less than 0. (Employee Class) Design a class named Employee which is a child of Person that contains: o employeelD as a private attribute o Non-default constructor that specifies the name, gender, and employeelD o toString method that returns employee data o Implement personCase () that assign "Technical" to personCase if employeelD end with “000", “Academic" in case employeelD end with “111", and "Handicraft" in case employeelD end with “010". (Application Class) Design a class named Application that contains: o N number of students (ask the user to enter each student's data) o For each student invoke personCase to check student case then, display each student's data o N number of employees (ask the user to enter each employee's data) o For each employee invoke personCase to check employee case then, display each employee's data

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...
icon
Related questions
Question
(Person Class) Design a class named Person that contains:
o name, gender, and personCase as a private attribute
o Non-default constructor that specifies name and gender
o toString method that returns person data
o personCase () method with no implementation
(Student Class) Design a class named Student which is a child of Person that
contains:
o studentID as a private attribute
o Nondefault constructor that specifies the name, gender, and studentID
o toString method that returns student data
o Implement personCase () that assigns "Not Studying" to personCase if
studentID equals 0, “Studying" in case studentID greater than 0, and "Not a
student" in case studentID less than 0.
(Employee Class) Design a class named Employee which is a child of Person that
contains:
o employeelD as a private attribute
o Non-default constructor that specifies the name, gender, and employeelD
o toString method that returns employee data
o Implement personCase () that assign “Technical" to personCase if
employeelD end with "000", “Academic" in case employeelD end with "111",
and "Handicraft" in case employeelD end with “010".
(Application Class) Design a class named Application that contains:
o N number of students (ask the user to enter each student's data)
o For each student invoke personCase to check student case then, display each
student's data
o N number of employees (ask the user to enter each employee's data)
o For each employee invoke personCase to check employee case then, display
each employee's data
Transcribed Image Text:(Person Class) Design a class named Person that contains: o name, gender, and personCase as a private attribute o Non-default constructor that specifies name and gender o toString method that returns person data o personCase () method with no implementation (Student Class) Design a class named Student which is a child of Person that contains: o studentID as a private attribute o Nondefault constructor that specifies the name, gender, and studentID o toString method that returns student data o Implement personCase () that assigns "Not Studying" to personCase if studentID equals 0, “Studying" in case studentID greater than 0, and "Not a student" in case studentID less than 0. (Employee Class) Design a class named Employee which is a child of Person that contains: o employeelD as a private attribute o Non-default constructor that specifies the name, gender, and employeelD o toString method that returns employee data o Implement personCase () that assign “Technical" to personCase if employeelD end with "000", “Academic" in case employeelD end with "111", and "Handicraft" in case employeelD end with “010". (Application Class) Design a class named Application that contains: o N number of students (ask the user to enter each student's data) o For each student invoke personCase to check student case then, display each student's data o N number of employees (ask the user to enter each employee's data) o For each employee invoke personCase to check employee case then, display each employee's data
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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 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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY