Write a C++ program to enter the data of an employee and display the data of an employee using class and object.
Answers
Answered by
2
Answer:
Write a C++ to read and display information about employees and managers. Employee is a class that contains employee number, name, address ad department. Manager class contains all information of the employee class and a list of employees working under a manager. Read more on Sarthaks.com - https://www.sarthaks.com/436128/write-display-information-employees-managers-employee-class-contains-employee-number
IS THIS HELPFUL
PLEASE MARK ME AS BRAINLIST ANSWER
THANK YOU✅✅
Answered by
1
Explanation:
Write a C++ program to enter the data of an employee and display the data of an employee using class and object.
Similar questions