1. Write the definition of a class that has the following properties: a. The name of the class is Employee b. The class Employee has five private instance variables: empName of type String, department of type int, basicSalary, allowances, and deduction of type double. c. The class Employee has the following methods: setData which receives employee Name, department, basic salary, allowance, and deduction. The method uses these parameters to set the instance variables. getBasicSalary, return the basicSalary of the employee object. getAllowance, return the allowance of the employee object. getDepartment return the department of the employee object netSalary returns the net salary by adding the basic salary to the allowance minus deduction. printEmplnf to display the Employee data on the standard output Default constructor without parameters that initializes the private data member to the suitable values, for example empName to "", Department = 1, basicSalary, %3D allowance, and deduction = 0.0. %3D Constructor with parameters-sets the values of the instance variables empName, department, basicSalary, allowance, and deduction the values specified by the user d. Write the definitions of the method members of the class Employee, as described in part c.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question
02:28
1. Write the definition of a class that has the following properties:
a. The name of the class is Employee
b. The class Employee has five private instance variables: empName of type String,
department of type int, basicSalary, allowances, and deduction of type double.
c. The class Employee has the following methods:
setData which receives employee Name, department, basic salary, allowance, and
deduction. The method uses these parameters to set the instance variables.
getBasicSalary, return the basicSalary of the employee object.
getAllowance, return the allowance of the employee object.
getDepartment return the department of the employee object
netSalary returns the net salary by adding the basic salary to the allowance minus
deduction.
printEmplnf to display the Employee data on the standard output
Default constructor without parameters that initializes the private data member to
the suitable values, for example empName to"", Department = 1, basicSalary,
0.,
allowance, and deduction = 0.0.
Constructor with parameters-sets the values of the instance variables empName,
department, basicSalary, allowance, and deduction the values specified by the user
d. Write the definitions of the method members of the class Employee, as described in
part c.
Transcribed Image Text:02:28 1. Write the definition of a class that has the following properties: a. The name of the class is Employee b. The class Employee has five private instance variables: empName of type String, department of type int, basicSalary, allowances, and deduction of type double. c. The class Employee has the following methods: setData which receives employee Name, department, basic salary, allowance, and deduction. The method uses these parameters to set the instance variables. getBasicSalary, return the basicSalary of the employee object. getAllowance, return the allowance of the employee object. getDepartment return the department of the employee object netSalary returns the net salary by adding the basic salary to the allowance minus deduction. printEmplnf to display the Employee data on the standard output Default constructor without parameters that initializes the private data member to the suitable values, for example empName to"", Department = 1, basicSalary, 0., allowance, and deduction = 0.0. Constructor with parameters-sets the values of the instance variables empName, department, basicSalary, allowance, and deduction the values specified by the user d. Write the definitions of the method members of the class Employee, as described in part c.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning