1........void func()const //函数func不能修改成员,只能访问,不能写入,并且返回值不能被修改 2........const int getPositionX() // 返回的值 不能被修改,只读int const getPositionX() //一样
本文共 194 字,大约阅读时间需要 1 分钟。
1........void func()const //函数func不能修改成员,只能访问,不能写入,并且返回值不能被修改 2........const int getPositionX() // 返回的值 不能被修改,只读int const getPositionX() //一样
转载于:https://my.oschina.net/kkkkkkkkkkkkk/blog/524576