Question: C++ questions: 1. Given a constant string object str (const std::string str) what methods can be called on str? Give an example of 1 method
C++ questions:
1. Given a constant string object str (const std::string str) what methods can be called on str? Give an example of 1 method that can and 1 method that cannot be called on the object str?
2. When is it safe/appropriate to return a reference from a method?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
