1.Intercepting and perhaps subclassing any of these actions may result in a sort of "limitation" of generally accepted Internet practices.
截取以及细分这些操作可能会对普遍认可的Internet操作带来某种“局限性”。
2.As mentioned above, the nested syntax is often mistaken for subclassing by users who are not already familiar with extensions.
正如上面所提到的,嵌套的语法通常被错误地认为有子类化的关系——尤其是对那些还不熟悉扩展的用户来说。
3.Subclassing the class is typically not an option here, since the method needs to be available to instances of the base class itself.
在这种情况下,继承这个类通常是行不通的,因为所添加的方法需要在基类的实例中可用。
4.A framework is larger grained than just a single class, typically. Also, you hook into frameworks by subclassing somewhere.
通常你通过在某个例子子类化来与框架挂钩。
5.With the advent of the Microsoft Win32 API, interprocess subclassing was discouraged and made a bit harder to code.
随着微软Win32API的到来,进程间子类化不再被鼓励使用并愈发变得困难起来。
6.When subclassing ServletException, this method can be overridden to create an exception message designed for a specific locale.
当子类化ServletException时,可以重写该方法来创建专为本地化设计的异常信息。
7.As you can see, you don't have to do extra work of subclassing them.
如你所见,你不必要去做窗口子类化的那些额外的工作了。
8.Note that this button is provided primarily for demonstrating how to use subclassing and callbacks.
注意,提供此按钮主要是为了演示如何使用子类设置和回调。
9.You might think, reasonably enough, that the same enhancement can be accomplished simply by subclassing the XO base class.
您可能会非常合理地想到,也可以定义XO基类的子类来实现同样的增强。
10.you can base a new window class on an existing class, which is called subclassing .
基于一个已存在类上而建立的新的窗口类被称为子类。