Recall we want to use + this way:
Pair p1(2,3); Pair p2(5,5); Pair p; p = p1 + p2;
But to implement this we need to write a member function named operator+