Question: In the Distance class, create an overloaded operator so that two distances can be multiplied together Make it a friend function so that you
In the Distance class, create an overloaded operator so that two distances can be multiplied together Make it a friend function so that you can use such expressions as: Wdist1= 7,5 dist2; You'll need a one-argument constructor to convert floating point values into Distance values. Write a main() program to test this operator in several ways.
Step by Step Solution
There are 3 Steps involved in it
The image depicts a programming question that seems to be about creating a class in C called Distance which includes the following requirements Overlo... View full answer
Get step-by-step solutions from verified subject matter experts
