Which situation would require the use of a non-member overloaded-03185
Which situation would require the use of a non-member overloaded operator?
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.9.
Which situation would require the use of a non-member overloaded operator?
The overloaded operator is an Assignment operator.
The left most operand is an object of a class.
The left operand is built-in data type.
The operator returns a reference.