举例:
Override this member function to perform the OK button action. If the dialog box includes automatic data validation and exchange, the default implementation of this member function validates the dialog-box data and updates the appropriate variables in your application.在这段话之中,override这个词到底是什么意思,有人能帮我翻译一下第一句吗?
多谢!

解决方案 »

  1.   

    我觉得是覆写
    重载是overload,是多个同名函数
    override是子类覆盖父类的方法
      

  2.   

    侯捷的译法即为重载 , 而覆盖 重写是台湾的说法.英文                  繁體譯詞
                        (有些是侯捷個人喜好,普及與否難說)      大陸慣用術語
    -----------------------------------------------------------------------------------
    overload                多載化、多載化、重載                    重載
    override                改寫、覆寫                              重載、改寫、重新定義