Assignment No. 02 Semester: Spring 2021 CS304-Object Oriented Programming Total Marks: 20
Assignment No. 02 Semester: Spring 2021 CS304-Object Oriented Programming Total Marks: 20
Assignment No. 02
Semester: Spring 2021 Due Date:
CS304- Object Oriented Programming
Uploading instructions:
Your assignment should be in .CPP format (Any other formats like scan images, PDF, zip, doc, rar and bmp etc. will not be accepted).
Save your assignment with your ID (e.g. bc000000000.CPP).
No assignment will be accepted through email.
It should be clear that your assignment will not get any credit if:
Lectures Covered:
Assignment
You are hired as an Application developer for a company called XYZ to facilitate the Human resource Management Department (HRM) to keep
employee record. You are requested to write a program for HRM department to keep record of maximum 10 employees. Following is a menu and
step by step guidance.
Menu:
Welcome to Human Resource Management (HRM) Software of Company XYZ. To do specific task please choose one of the following commands.
1. Add new employee
2. Delete employee information
3. Update employee information
4. Quit
Consider the following part of Person class which is containing some data members in it.
The field “PersonalID” of class Person should be unique and auto-increment with the initial value of 8248001 for the first employee. It means that
user should not enter the value for “personalID”.