const-overloading 指的是有兩個名稱相同的member function,差別只在const, 所以const 和non-const 的object 會呼叫到不同函數, 形成overloading。
確定! 回上一頁