overridable

可覆盖的
常用释义
adj. 可覆盖的,可重写的:指在编程中,子类可以重写或覆盖父类中的方法。

扩展信息

为可覆盖的
考虑到将来“frm 基础”的子孙们会有不同的提示行为,把ShowDialog 方法确定为可覆盖的Overridable)。由于在其继 承的.NE…
可再定义的
这样式建议我们应定义Add() 、Remove()和GetChild()三个基本的可再定义的(overridable) 程序﹐以及其它的程序。专家们把这 …
覆写
// 可被子类别覆写(overridable) void hello() { cout << "B::hello" << endl; }};class D1 : public B{};class D2 : public B...
可覆写
6.5 可覆写(Overridable)之函数6.6 可覆写函数之特性第7章 活用抽象类别7.1 抽象类别与继承体系7.2 JAVA的抽象类别表示法7.…
中的一个
挂起请求被挂起 ... “Using” 语句内无效 “Overridable中的一个 “Protected Friend” 中的一个 ...

例句

键盘和鼠标消息也可以被另外一组可重写的、特定于这些消息类型的方法处理。

Interface and a set of overridable methods that process Windows messages at different points in the message queue.

界面和一组可重写的方法,这些方法处理消息队列中不同位置的Windows消息。

Accordingly, you cannot use the Overrides, Overridable, NotOverridable, MustOverride, Implements, or Handles keyword in a Declare statement.

因此,不能在Declare语句中使用Overrides、Overridable、NotOverridable、MustOverride、Implements或Handles关键字。

本主题解释如何在系统中将特定设置指定为可重写或不可重写。

用virtual关键字修改该方法使其可重写。

该应用程序模型是可扩展的,因此需要更多控制的开发人员可以自定义其可重写的方法。

通过将某些设置标记为不可重写(即固定标记),可以指定在开发过程中不能重写这些设置。

解释将应用程序关系图中的设置指定为可重写设置后,如何重写系统关系图中的设置。

这些属性用来指定设置是固定的还是可重写的。

高级函数覆盖。由框架窗口在观察文档之前调用。

The base class member does not need to be Overridable to be reimplemented.

若要被重新实现,基类成员不一定非得是Overridable。

可覆写的方法提供装置特定ASP。

这些设置在应用程序的基础定义中被指定为可重写的设置。

一系列可重写的方法在应用程序、窗体和控件级处理这些消息。

所以,存在方法已标记为virtual但仍然不可重写的情况。

即会出现显示可重写成员的对话框。

You can also override settings on applications as required, if those settings are designated as overridable.

如果应用程序上的设置指定为可重写,则还可以根据需要重写这些设置。

You can also override settings on applications as required, if you designate those settings as overridable.

此外,如果将应用程序上的设置指定为可重写,则还可以根据需要重写这些设置。

很多可覆盖的函数都会处理用户授权,比如登录、设置cookie以及发送不同事件的通知。

To determine if a method is overridable, it is not sufficient to check that IsVirtual is true.

若要确定是否可重写某方法,仅检查IsVirtual是否为true是不够的。