Aoperator + (const A& otherObject) const;
|Overloading Operators|
What the meaning of the & and the two const?
A A::operator + (const A& otherObject) const{
}In this function def why do we need the class name twice? AA::operator?
Expert Answer
An answer will be send to you shortly. . . . .