当对象是const对象时;

当指向对象的指针是const时;

当对象的引用是const引用时

当只有const版本的成员函数时

调用的将是const成员函数。