Class Hierarchy
Functions
main.cpp File Reference
#include "employee.h"
#include "manager.h"
#include "salesperson.h"
#include "worker.h"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const Employee &org)
 
int main ()
 

Function Documentation

int main ( )

Definition at line 24 of file main.cpp.

ostream & operator<< ( ostream &  s,
const Employee org 
)

Definition at line 18 of file main.cpp.