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 02:10
Aspeed limit sign that says "night" indicates the legal speed between sunset and sunrise.
Answers: 2
question
Computers and Technology, 24.06.2019 05:50
What all vehicles has tesla inc. created over the years
Answers: 3
question
Computers and Technology, 24.06.2019 08:00
Can someone work out the answer as it comes up in one of my computer science exams and i don't understand the cryptovariables
Answers: 1
question
Computers and Technology, 24.06.2019 12:30
Why does the pc send out a broadcast arp prior to sending the first ping request
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
Mathematics, 09.12.2021 02:20
question
Mathematics, 09.12.2021 02:20
question
SAT, 09.12.2021 02:20
Questions on the website: 13722362