A SUBCLASS in Chinese translation

Examples of using A subclass in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
A subclass in a different package can override only those non-final methods marked public or protected.
不同包的子类只能重写标示为public或protected的非final方法。
This enables you to define a subclass for which initialization cannot fail, even though initialization of the superclass is allowed to fail.
这样允许你定义一个初始化不会失败的子类,尽管父类的初始化允许失败。
One could create a subclass ScrollingWindow that provides them, or create a ScrollingWindowDecorator that adds this functionality to existing Window objects.
我们可以创建一个子类“ScrollingWindow”来提供,或者我们可以创建一个ScrollingWindowDecorator来为已存在的Window对象添加这个功能。
A subclass should therefore use the object in this field rather than this or a synchronized method.
因此,子类应使用此字段中的对象,而不是this或者同步的方法。
However, issubclass(unicode, str) is False since unicode is not a subclass of str(they only share a common ancestor, basestring).
但是,issubclass(unicode,str)是False,因为unicode不是str的子类(它们只是共享一个通用祖先类basestring)。
There is a subclass of men who cannot function without a mommy figure in their lives to cook, clean, and grocery shop for them;
有一男人,他们的生活中没有妈妈的身影就不能正常工作,干净,和他们的杂货店;.
Note: In a subclass, you can overload the methods inherited from the superclass.
注意:在一个子类中,可以重载从超类继承的方法。
Applicants who already hold a subclass 309 or 820 visa and are waiting for a decision on the subclass 100 or 801 visa are not affected.
已经持有309或820子类签证并正在等待其子类100或801签证决定的申请人不受影响。
The bool class is a subclass of int(see Numeric Types- int, float, complex).
Bool类是int的子类(参见数字类型-int,float,complex)。
Used correctly, the superclass provides all elements that a subclass can use directly.
正确使用,超类提供了子类可以直接使用的所有元素。
Are a subclass of computer software that employs the capabilities of a computer directly and thoroughly for a task that the user wishes to perform.
应用程序软件是计算机软件的子类,它直接和完全地将计算机的功能用于用户希望执行的任务。
When a subclass inherits an abstract class, it must implement all of the abstract methods in the superclass.
一个类继承了抽象类,则需要子类实现抽象类中的所有抽象方法。
Using a subclass in this way to provide interception is essentially an implementation of the Proxy pattern[GoF Design Patterns].
用子的方式来提供拦截,本质上是代理模式[GoF设计模式]的一种实现。
Applicants who already hold a subclass 309 or 820 visa and are waiting for a decision on the subclass 100 or 801 visa are not affected.
已经持有309或820子类签证,或等待100或801子类签证的人将不受新政策的影响。
In contrast, if we have not defined an__init__ method in a subclass, Python will call the constructor of the base class automatically.
相反,如果我们没有在一个子类中定义一个__init__方法,Python将会自动调用基类的构造函数。
All you need to do is to create a subclass of ApiController, say UsersController, with a method Get(int id).
你需要做的就是创建一个ApiController的子类,例如EmployeesController,包含一个方法Get(intid)。
The bool type is a subclass of the int type and True and False are its only instances.
Bool类型是int类型的子类,True和False是它的唯一实例:.
Declare a subclass of Thread that defines a run() method.
这里定义了一个myThreadClass,它是Thread的subclass,其中包含了一个run()方法。
Note that even if the single instance needs to be a subclass, you don't have to change the API.
注意到即使这单个实例需要成为一个子类,你也无需改变API.
A subclass in a different package can only override the non-final methods declared public or protected.
不同包的子类只能重写标示为public或protected的非final方法。
Results: 75, Time: 0.0272

Word-for-word translation

Top dictionary queries

English - Chinese