Classes And Objects In C Plus Plus - Study Mode
[#76] Which of the following statements is NOT valid about operator overloading?
Correct Answer
(B) The overloaded operator must have at least one operand of its class type
[#77] Where does the object is created?
Correct Answer
(A) class
[#78] What does the dereference operator will return?
Correct Answer
(B) lvalue equivalent to the value at the pointer address
[#79] What is the return type of the conversion operator?
Correct Answer
(D) no return type
[#80] Which functions of a class are called inline functions?
Correct Answer
(B) All functions defined inside or with the inline keyword