Using c++ You are creating an Employee Record App. Following information is required to store. o name. A string that holds the employee’s name. o idNumber. An int variable that holds the employee’s ID number. o department. A string that holds the name of the department where the employeeworks. o position. A string that holds the employee’s job title. o CovidStatus: Either the employee has been covid Positive or not. Applications should have the following features. o Any kind of getter function or output function should not allow any kind of information or data change o Create a function that reports the total employee stored so far. o Add 2 employees' data with the surety that their data could never be changed or updated. o Employee ID number should be constant; it is not going to change ever.
Using c++
You are creating an Employee Record App. Following information is required to store.
o name. A string that holds the employee’s name.
o idNumber. An int variable that holds the employee’s ID number.
o department. A string that holds the name of the department where the employeeworks.
o position. A string that holds the employee’s job title.
o CovidStatus: Either the employee has been covid Positive or not.
Applications should have the following features.
o Any kind of getter function or output function should not allow any kind of information
or data change
o Create a function that reports the total employee stored so far.
o Add 2 employees' data with the surety that their data could never be changed or
updated.
o Employee ID number should be constant; it is not going to change ever.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images