Is the Data class from § 7.5.5 (p. 298) a literal class? If not, why not? If so, explain why it is literal
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:7| Question number:55
All Answers
total answers (1)
No, because
need an explanation for this answer? contact us directly to get an explanation for this answer`std::string`
is not a literal type.