Assuming the Sales_data constructors are not explicit, what operations happen during the following definitions
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:7| Question number:48
All Answers
total answers (1)
If the constructors are not
`explicit`
.If the constructors are
`explicit`
, the same operations happen.