Solved

To Include the Operator Function Operator+ as a Nonmember Function

Question 14

Multiple Choice

To include the operator function operator+ as a nonmember function of the class rectangleType, its prototype in the definition of rectangleType is: ____ rectangleType operator+(const rectangleType&, const rectangleType&) ;


A) bool
B) int
C) double
D) friend

Correct Answer:

verifed

Verified

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

Related Questions