摘要: 栗子 class Test(){ public: Test(){} const int foo(int a); const int foo(int a) const; }; 一、概念 当const在函数名前面的时候修饰的是函数返回值。 当const在函数名后面表示是常成员函数,该函数不能修改对象内的 阅读全文
posted @ 2022-07-15 14:35 鲸小鱼- 阅读(224) 评论(0) 推荐(0) 编辑