Question: In c++ Write the operator overloading for the class Car for the following operators: The operator + should only add the tanks together. The operator
In c++
Write the operator overloading for the class Car for the following operators: The operator + should only add the tanks together.
The operator should subtract the tanks and calculate the absolute difference of the two cars.
The operator post decrement operator must subtract 1 from speed but the speed should not become less than 0. In other words, if the speed is 0 and you perform post decrement, it should keep it as zero.
The operator pre decrement should subtract 1 from speed as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
