9
C++ Project Employ Info System

OOP/ project Employees information system

Embed Size (px)

Citation preview

Page 1: OOP/ project Employees information system

C++ ProjectEmploy Info System

Page 2: OOP/ project Employees information system

Contents

Introduction Designing Complier Output Logical Designing of classes

Introduction

The project on Empolyee Information System we develpoed to save data of emploty name ,id, age ,employment year etc.

Our programme also be able to show employ data(for temporary or permanent).For temporary employ programme only calculate the monthly salary of employee.And for permanent employ it calculate salary and also give the fecilities according to the grade of employ.

Designing

We design our project as following as Employ act as a base class and Temporary and Permanent derive from Employ class.In temporary class we only calculate salary per month.From Permanent class we derive two more classis of Slaray and Fecilities.Which calculate salary of permanent employ and also provide the fecilities to the permanent employ.

Compiler Output

Page 3: OOP/ project Employees information system

As the compiler out put we get the following screen:

If we enter “t”,the programe will ask general info i.e name , id no. , address , age , phone no. etc which can be entered as follow

Page 4: OOP/ project Employees information system

After the data input is complete,the info is desplayed as follow

This was the entire info for temporary employee,if we want all that for permanent emplyee.we press “p” it will give following info

Page 5: OOP/ project Employees information system

For salary info

Enter data

Page 6: OOP/ project Employees information system

It will aslo tells the bonus for extra work

And also the bill discount

Page 7: OOP/ project Employees information system

For facilities

LOGICAL DESIGN OF CLASSIS

Page 8: OOP/ project Employees information system

Employ

Permanent

Slaray Fecilities

Temporary