Point fun1() const; // 3const Point fun1()const; //4这两个会冲突,const修饰函数时只能修饰一个函数,所以不能同一个函数名都用const修饰,问就是c++的规定。1、2 也不能吧。
1、2冲突,3、4冲突