package quiz1; public class TeachingStaff int totalloadUnits; (1) Employee { public TeachingStaff(String idNumber, String name, int age, double salary, int totalLoadUnits) { super((2) this.totalloadUnits =(6)..; } ..(3). ada (4) (5).); public void teachCourse (String course) { System.out.println(name +" is teaching the course } + .(7).) ; public void teachCourse((8).. course, String day) { System.out.println(name +" teaches the course " } + course + " on "+ day); public void printInformation() { -printInformation(); (9)aasan System.out.print("Total Load: "+ (10)) ; }

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
100%

Complete only the code. need it asap. no need for comments

Below are two  classes:  Employee and TeachingStaff.  Below are the descriptions of the two classes:

  • An employee has Id Number, name, age and salary.  The information of the Employee can be displayed 
  • A teaching Staff or faculty is an Employee.  Each teaching staff has a teaching load.  Teaching staff can teach a course on a given day.  Information of a teaching staff can be displayed

Your task is to complete the definition of class TeachingStaff by typing on the text boxes the correct keyword or identifier that corresponds to the numbered part of the code.  

Take note:  JAVA is case sensitive

 

 

D Employee.java X D TeachingStaff.java
1 package quiz1;
Testinheritacne.java
2
3 public class Employee {
String IdNumber;
String name;
int age;
double salary;
4
7
public Employee(String idNumber, String name, int age, double salary) {
IdNumber = idNumber;
this.name = name;
10
11
12
13
14
15
this.age = age;
this.salary = salary;
}
public void printInformation(){
System.out.println("ID Number: "+ IdNumber);
System.out.println("Name: " + name);
System.out.println("Age: " + age);
System.out.println("Salary: " + salary);
}
}
160
17
18
19
20
21
22
23
Transcribed Image Text:D Employee.java X D TeachingStaff.java 1 package quiz1; Testinheritacne.java 2 3 public class Employee { String IdNumber; String name; int age; double salary; 4 7 public Employee(String idNumber, String name, int age, double salary) { IdNumber = idNumber; this.name = name; 10 11 12 13 14 15 this.age = age; this.salary = salary; } public void printInformation(){ System.out.println("ID Number: "+ IdNumber); System.out.println("Name: " + name); System.out.println("Age: " + age); System.out.println("Salary: " + salary); } } 160 17 18 19 20 21 22 23
package quiz1;
public class TeachingStaff (1) Employee {
int totalloadUnits;
public TeachingStaff(String idNumber, String name, int age, double salary, int totalLoadUnits) {
super ((2)
this.totalloadUnits =(6).;
}
(3) saan
(4)
„(5) ) ;
public void teachCourse(String course)
{
System.out.println(name +" is teaching the course
}
(7) .);
+
public void teachCourse((8) course, String day)
{
System.out.println(name +" teaches the course
}
+ course + " on "+ day);
public void printInformation(()
{
.(9) printInformation();
System.out.print("Total Load: "+
}
(10));
}
Transcribed Image Text:package quiz1; public class TeachingStaff (1) Employee { int totalloadUnits; public TeachingStaff(String idNumber, String name, int age, double salary, int totalLoadUnits) { super ((2) this.totalloadUnits =(6).; } (3) saan (4) „(5) ) ; public void teachCourse(String course) { System.out.println(name +" is teaching the course } (7) .); + public void teachCourse((8) course, String day) { System.out.println(name +" teaches the course } + course + " on "+ day); public void printInformation(() { .(9) printInformation(); System.out.print("Total Load: "+ } (10)); }
Expert Solution
steps

Step by step

Solved in 2 steps

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