Why do the subclasses not appear in the schema?
为何模式中没有子类?
Now let's examine the specific Buffer subclasses.
现在让我们研究一些具体的buffer子类。
All SimpleNode subclasses inherit useful behavior.
所有simplenode子类都继承了有用的行为。
This allows subclasses to only override methods as needed.
这允许子类根据需要仅覆盖一些方法。
Concrete subclasses define the different required behaviors.
具体的子类定义需要的不同行为。
Classes now have constructor, superclass, and subclasses properties.
类现在有了constructor、superclass和subclasses属性。
When you use the enum keyword, you are creating subclasses of enum.
在使用enum关键字时,将创建enum的子类。
In programming languages, this capability is provided by subclasses.
在编程语言中,通过子类提供这一能力。
However, the API docs don't show any concrete subclasses of IndexReader.
不管怎样,API文档没有提到任何IndexReader的具体子类。
They can also be thought of as functions mapping classes to new subclasses.
它们也可以被认为是将类映射到新子类的函数。
Also the second query doesn't need to include properties in other subclasses.
第二个查询中不需要包含其他子类中的属性。
The self keyword points to the containing class and is unaware of subclasses.
self关键字指向的是包含类,且不会意识到子类。
Mixins can be viewed as functions mapping existing classes to new subclasses.
mixin可被视为将现有类映射成新子类的函数。
Again the second query doesn't need to include properties in other subclasses.
同样的,第二个查询不需要包含其他子类的属性。
Joda classes that represent immutable instants in time are subclasses of this one.
表示时间上的不可变瞬间的joda类都属于这个类的子类。
However, there is no portable means to send specific subclasses of RemoteException.
然而,却没有用于发送RemoteException的特殊子类的可移植方法。
In other words, Factory Method lets a class defer the instantiation to its subclasses.
换句话说,Factory方法令一个类实例化到其子类。
So, in your situation: your application exception classes are subclasses of RuntimeException.
因此,对于您的情况:您的应用程序异常类是RuntimeException的子类。
For the ReadablePartial subclasses, you need to jump through one extra hoop, as shown in Listing 9.
对于readablepartial子类,您还需要经过额外一步,如清单9所示。
Without being asked, nose will always detect subclasses of unittest.TestCase and use them as tests.
无须特别指定,nose总会检测 unittest.TestCase 的子类并作为测试使用它们。
Subclasses are often used to evaluate the completeness of the flow of events and the business rules.
子类常常被用于评价事件流的完整性和业务规则。
Instead, I add extra methods to the subclasses that perform the appropriate action for each subclass.
相反,我向为每个子类执行适当的操作的子类添加额外的方法。
One is that when you modify a class you have to modify its table and the table of any of its subclasses.
一个是当修改类时,必须修改它的表和它所有子类的表。
Qualified subclass name: name subclasses to communicate the similarities and differences with a superclass.
子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。
It has a protected modifier, so it's only available to derived subclasses and within the Lure class itself.
它具有一个受保护的修饰符,所以它只对派生子类可用并且在lure类本身的内部。
You certainly can provide optimized implementations of these methods in your subclasses, but you don't have to.
当然可以在子类中提供这些方法的优化实现,但是不是必须这么做。
Rather than create subclasses for all the combinations of possible roles, a class is created for each individual role.
它不是为所有的可能角色组合创建子类,而是为每个单独的角色创建一个类。
My experience is that you should always strive to make accessors protected, so only subclasses can access the attributes.
我的经验是应该总是使读写方法受保护,所以只有子类可以访问其属性。
You can further break down the above asset classes into subclasses, which also have different risks and potential returns.
你可以更进一步将上述的资产分解为子类,每种也都具有不同的风险和潜在收益。
Accessors reduce the risk of the fragile base class problem where changes in a superclass ripple throughout its subclasses.
读写方法减少了超类中的更改影响到其子类的这种脆弱的基类问题所带来的风险。
应用推荐