Question: void table::operator-(const table &otherTable) color- otherTable.color; height- otherTable.height; chairNum-otherTable.chairNum; chairArray new chair[chairNum]; for(int i-0; i

void table::operator-(const table &otherTable) color- otherTable.color; height- otherTable.height; chairNum-otherTable.chairNum; chairArray new chair[chairNum]; for(int i-0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
