Subclassing

子类化
常用释义
n. 子类化
v. 把……归入子类(subclass 的 ing 形式)

扩展信息

子类化
术语“子类化”(subclassing)描述的是用一个新的窗口过程代替原窗口过程。术语“实例子类化”(即子类化单个窗口)是指使用Set…
子类别化
译网情深 - 打印文章 - ... subclass 子类 子类别 subclassing 子类化 子类别化 subdivide scenes 再分割情景 再分割场景 ...
子类化技术
但是,这并不意味着我们只能老老实实的作些本分工作,因为通过窗口的子类化技术Subclassing),我们一样可以Hook窗口 …
子类别继承
他们非常迷恋子类别继承(subclassing),似乎认为在Excel写巨集的人会用到大量的子类别继承。无论如何,最后其中一个人说…
子类型化
  这种接口满足的流动性会促成一种不同的软件构造方法。但在解释这一点之前,我们应该先解释一下为什么 Go 中没有子类型化
类的细化
面向对象Visual C++编程技巧 ... 文件的输入/输出( I/O) 类的细化subclassing) 封装( Encapsulation) ...

例句

截取以及细分这些操作可能会对普遍认可的Internet操作带来某种“局限性”。

正如上面所提到的,嵌套的语法通常被错误地认为有子类化的关系——尤其是对那些还不熟悉扩展的用户来说。

Subclassing the class is typically not an option here, since the method needs to be available to instances of the base class itself.

在这种情况下,继承这个类通常是行不通的,因为所添加的方法需要在基类的实例中可用。

A framework is larger grained than just a single class, typically. Also, you hook into frameworks by subclassing somewhere.

通常你通过在某个例子子类化来与框架挂钩。

With the advent of the Microsoft Win32 API, interprocess subclassing was discouraged and made a bit harder to code.

随着微软Win32API的到来,进程间子类化不再被鼓励使用并愈发变得困难起来。

当子类化ServletException时,可以重写该方法来创建专为本地化设计的异常信息。

如你所见,你不必要去做窗口子类化的那些额外的工作了。

注意,提供此按钮主要是为了演示如何使用子类设置和回调。

You might think, reasonably enough, that the same enhancement can be accomplished simply by subclassing the XO base class.

您可能会非常合理地想到,也可以定义XO基类的子类来实现同样的增强。

you can base a new window class on an existing class, which is called subclassing .

基于一个已存在类上而建立的新的窗口类被称为子类。

Either subclassing ThreadGroup or installing an implementation of this new interface allows you to change that default behavior.

细分ThreadGroup或安装该新接口的实现都允许您更改默认行为。

如果你想创建具有相同特征值的多个控件,超类化比子类化好得多。

You can use window subclassing to take control over other windows. It's one of the powerful techniques you should have in your arsenal.

你能用窗口子类化来控制其它的窗口。它是种有力的技术,你应该将它存入你的兵工厂。

A class that implements Runnable can run without subclassing Thread by instantiating a Thread instance and passing itself in as the target.

实现Runnable的类可以不继承Thread而实例化为Thread实例,将自身作为运行目标。

The other problem with ActiveRecord that transparent persistence solves is subclassing.

透明持久化解决了的ActiveRecord的另外一个问题就是子类化。

装饰者模式提供了一种继承子类来扩展行为的选择。

Historically speaking, the first way to customize the behavior of a program was through subclassing.

以前,定制一个软件的行为主要是通过子类化方法实现的。

更干净的Web过滤机制,无需子类化就可支持更多的插件式过滤器。

扩展是通过生成方面的子类、并在XML中或通过注释定义新的通知绑定而实现的。

此程序主要演示如何设置子类。

Scala可以100%无缝的实现Java接口,继承Java类。

This kind of coding is tiresome to write, is easy to omit by accident, and does not stop an attacker from subclassing the method.

这样的代码编写起来很无趣,很容易被意外省略,也无法阻止攻击者子类化该方法。

Sort any type of data in a ListView Cont - Sort any type of data in a ListView without subclassing or API calls. Very low overhead.

在列表视图中不需使用子类化或者API调用就能排序任何类型的数据。具有非常低的开销。

Actually, I modified the subclassing example to do superclassing.

实际上,我是修改了子类化的例子做到超类化的。

It turns out that subclassing is not only familiar but is probably the most flexible and straightforward way to map from model to view.

结果证明,子分类方法不但十分常用,而且还可能是从模型映射到视图最灵活也是最直接的方法。

In GPars, actors can be created from a factory method that takes a closure or by subclassing groovyx. gpars. actor. AbstractPooledActor.

在GPars中,可以利用接受闭包的factory方法或通过为groovyx.gpars.actor.AbstractPooledActor划分子类来创建actors。

实际上,它和在子类化例子中的窗口过程一致。

这是一件好事,因为在没有子类时,ActiveRecord类不会做任何有价值的事情。

Now we put our attention on how to subclass a window. Note that subclassing is not limited to controls, it can be used with any window.

现在我们把注意力放在如何子类化一个窗口上。注意,子类化并不是仅限制于控件,它能被用于任何窗口。

根据需要对Ecore对象划分子类,在EcoreX模型中继续定义其他EClass。