Classes And Objects In C Plus Plus - Study Mode

[#86] What is the identifier given to string class to declare string objects?
Correct Answer

(B) string

[#87] Which is used to do the dereferencing?
Correct Answer

(C) pointer with asterix

[#88] When we are using heap operations what do we need to do to save the memory?
Correct Answer

(B) delete the objects after processing

[#89] Which method do we use to append more than one character at a time?
Correct Answer

(D) both append & operator+=

[#90] How many specifiers are present in access specifiers in class?
Correct Answer

(C) 3