12345678
Worker ***arrWorker; Worker **arrWorker; arrWorker = new Worker *[size]; arrWorker[i] = new Worker [size];
int**
int***