const函数 1、const函数 和 非const函数 是重载函数; 2、调用的时候怎么确认调用的是哪一个呢? (1)非const对象,优先调用的是非const函数,如果非const函数不存在,则 ...