연산자 재정의 개념. 1. 기본 class Point{private:int x, int y;public:Point(int a = 0, int b = 0) : x(a), y(b) {}void print() const ( cout