Multiple Choice
Which of the following function prototypes overloads the != operator for the class rectangleType?
A) bool operator!=(rectangle&) const;
B) bool operator!=(const rectangleType&) const;
C) int operator!=(const rectangleType) const;
D) int operator!=(rectangle&) const;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: The return type of the function to
Q32: The general syntax to overload the stream
Q33: The operators that cannot be overloaded are
Q34: The return type of the function operator
Q35: Which of the following is a built-in
Q36: Which of the following is the general
Q37: Operators can be overloaded either for objects
Q39: Suppose cType is a class template, which
Q40: Both parameters of the function to overload
Q41: Most operator functions can either be member