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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!