const member functions(常量成员函数) :

声明const对象,则只能由const定于的函数调

c++---const member functions(常量成员函数)

pass by value vs.pass by reference (to const) :

c++---const member functions(常量成员函数) 

pass by value vs.pass by reference (to const) : 

c++---const member functions(常量成员函数)

相关文章: