1. The manager of the company has informed his assistant to enter the age of all the workers working in production department. Among all he has to find the employee with maximum age employee. Help the manager with C++ program based on the concept of object oriented programming by creating a class employee having members empid, empname, edept,eage and display the name dept. and salary employee whose age is maximum. Store the date of at least 7 employees. Make the data members of class only public.
Comments
Leave a comment