Solved

Which of the Following Function Prototypes Overloads the != Operator

Question 38

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions