Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can help me with this object oriented programming task? Given the following superclass named Teacher and subclasses named SchoolTeacher and a) Write the class definitions,

can help me with this object oriented programming task?
image text in transcribed
image text in transcribed
Given the following superclass named Teacher and subclasses named SchoolTeacher and a) Write the class definitions, the normal constructor, the accessors and the printer method for all classes. b) Write the definition of method calcSalary() for both subclasses that calculate and return the teacher salary based on the following information: The salary of school teacher is calculate based on the grade as shown in Table 1: For the kindergarten teacher, the salary is calculate based on the year of service as shown in Table 2 and overtime hours. Tahin 9 - Vindinmantan Tanakhar analatatian Each overtime hour will be paid RM15. Salary for kindergarten teacher is the total of basic salary and overtime hours pay. c) Write a complete program application that fullfill the following questions: i) Declare an array of 10 Teacher objects named teach. Get values from the user. ii) Display the information of SchoolTeacher only. iii) Display the teacher name and salary obtained by Math teacher whose grade is DG44 iv) Calculate and display the total overtime hours done by the kindergarten teachers

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

To find integral of sin(logx) .

Answered: 1 week ago

Question

What is Centrifugation?

Answered: 1 week ago

Question

To find integral of ?a 2 - x 2

Answered: 1 week ago

Question

To find integral of e 3x sin4x

Answered: 1 week ago

Question

To find the integral of 3x/(x - 1)(x - 2)(x - 3)

Answered: 1 week ago

Question

How could assessment be used in an employee development program?

Answered: 1 week ago