您好,欢迎访问全国教育考试教材网
商品分类

superclass信息详情

superclass发音

意思翻译

n.超类

相似词语短语

super clean───超级干净

superiors osrs───上级OSR

superficial thrombophlebitis───血栓性浅静脉炎

super blade───超级刀片

cray supercomputer───克雷超级计算机

super stay───超级住宿

antichrist superstarmv───反基督超级动物

super fit───异硫氰3-甲基芬太尼(镇痛)

bellflower superba───风铃草

super mother───超级妈妈

双语使用场景

The helper superclass offers real help.───帮助者超类提供了实际的帮助。

From there, you can add the name and superclass.───可以在这里添加名称和超类了。

Sometimes they merely inherit it from a superclass.───而有时则是直接从超类继承这一特性。

Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton.───由于子类的实例也是单例类的实例,所以可能出现多个单例实例并存的情况。

An attempt was made to reuse an existing method name from a superclass, and the signatures did not match.───试图重用超类现有的方法名称,而签名不匹配。

Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively.───还有两个重构工具,PushDown和PullUp,分别实现将类方法或者属性从一个类移动到其子类或父类中。

Because a superclass is not referenced as frequently as a sublcass the names do not have to be as concise.───由于超类不会像子类那样被频繁引用,对子类的命名就不必考虑太多简洁的因素。

However, the subclass leaves the concrete class as is and does not attempt to instantiate the superclass.───子类没有对具体的方法做改变,也没有试图实例化超类。

Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation.───类似地,子类析构函数在它完成其资源释放之后,也要调用基类的析构函数。

英语使用场景

But remember that the superclass is in progress.

Click’Continue’without specifying a Superclass if the new class is a root class.

Just as you sometimes want to call on superclass methods in an inherited method, you also sometimes want to call on less specific rules within a dispatcher.

This abstract class is the superclass of all classes representing an output stream of bytes.

You can also specify a helper superclass for an individual script in the functional test script properties page.

Eclipse writes the superclass automagically with its new methods and alters the sibling classes to use the new superclass.

From there, you can add the name and superclass.

Implement a superclass Person . Make two classes, Student and Instructor , that inherit from Person.

Likewise, you almost always call a superclass method at either the start or end of a descendent method body.