subject
Computers and Technology, 08.02.2021 17:30 kedest

Create a class Employee having private data members firstname as string, lastname as string and SSN(social security number) as string. Write getter and setter function for these data members. Also write
default and parameterized constructor for this class. Write pure virtual function double Earnings(). Write
another virtual function voidPrint() which prints first name, last name and SSN of Employee.
Class SalariedEmployee derived from Employee class. Private Data Member for this class is
weeklySalary as double. The public member functions include a constructor that initializes first name, last name,
SSN (social security number) and weekly salary; a set function to assign a new non negative value to data
member weeklySalary; a get function to return weeklySalary's value to the calling program. Function double
Earnings() overrides pure virtual function of Employee class to provide a concrete implementation that returns
the SalariedEmployee's weeklySalary. Function Print() of class SalariedEmployee overrides
Employee function void Print(). For this, call Employee Print function and getter of weeklySalary in this function.
Class HourlyEmployee is also derived from class Employee . Private Data members for this class are
hours and wage of type double. The public member functions include a constructor that initialize first name, last
name, SSN (social security number), an hourly wage and the number of hours worked; set function that assign
new values to data members wage and hours (hours takes value from 0 to 168 and wage is non-negative),
respectively, get functions to return the values of wage and hours, respectively. Function double
Earnings() overrides pure virtual function of Employee class to provide a concrete implementation that returns
wage x hours if hours less than 40 else return 40 x wage + ( ( hours - 40 ) x wage x 1.5 ); Now Function
void Print() of class HourlyEmployee overrides Employee class function void Print(). For this call Employee
Print function and return wage.
In main()create objects of child classes and Parent and call Earning() and Print() functions along with their name
and SSN. Also elaborate if polymorphism is being implemented here.

in c++ language..
object oriented programming...

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 00:00
Visualizing a game of “tag” to remember the meaning of contagious
Answers: 3
question
Computers and Technology, 24.06.2019 15:50
Subscribe to j p g a m e t u b e on you tube ?
Answers: 2
question
Computers and Technology, 24.06.2019 21:30
Aobject is used for displaying the results of a question based on stored data. a. query b. report c. table d. form
Answers: 2
question
Computers and Technology, 25.06.2019 05:10
Maia notices that her paragraphs are too close to one another. she wants to increase this space. which arrangement of steps does maia follow after she goes to the paragraph command group in the ribbon? type in the space needed, go to the after menu, go to the spacing part of the box, and open the paragraph dialog box. go to the spacing part of the box, go to the after menu, open the paragraph dialog box, and type in the space needed. open the paragraph dialog box, go to the spacing part of the box, go to the after menu, and type in the space needed. type in the space needed, open the paragraph dialog box, go to the after menu, and go to the spacing part of the box.
Answers: 1
You know the right answer?
Create a class Employee having private data members firstname as string, lastname as string and SSN...
Questions
question
Social Studies, 17.09.2019 17:30
question
History, 17.09.2019 17:30
Questions on the website: 13722367