Employee

  • July 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Employee as PDF for free.

More details

  • Words: 193
  • Pages: 3
Employee Database #include #include const int LEN=80; class employee { private: char name[LEN]; unsigned long number; public: void getdata() { cout<<"\n Enter last name: "; cin>>name; cout<<" Enter number"; cin>>number; } void putdata() const { cout<<"\n Name: "<>title; cout<<"\n Enter golf club dues: "; cin>>dues; } void putdata() const {

employee:: putdata(); cout<<"\n Title: "<>pubs; } void putdata() const { employee::putdata(); cout<<" \n Number of publications: "<
m1.putdata(); cout<<"\n Data on manager 2"; m2.putdata(); cout<<"\n Data on scientist 1"; s1.putdata(); cout<<"\n Data on laborer 1"; l1.putdata(); cout<<endl; getch(); } -------------------------------------------

Related Documents

Employee
July 2020 37
Employee
December 2019 44
Employee Satisfaction
May 2020 20
Employee Motivation
May 2020 17
Terminate Employee
November 2019 21