Exemple #1
0
int main()
{
    //INIT WORKER OBJ + TELL ACCOUNTANT TO GO TO WORK
    Worker w;
    w.accountantGoToWork();

    return 0;
}