Problem
Implement a class called employee that contains name, employee number and department code. Include a member function getdata()
to get data from user and store it in the object. Write a program to test the class and it should store information of 100 employees.
Writing a program for
- Implementing class
- Including member function getdata()
- Testing the class and storing information of 100 employee