Assuming the Sales_data constructors are not explicit, what operations happen during the following definitions
string null_isbn("9-999-99999-9");Sales_data item1(null_isbn);Sales_data item2("9-999-99999-9");What happens if the Sales_data constructors are explicit?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.