ABSTRACT CLASS in Chinese translation

['æbstrækt klɑːs]
['æbstrækt klɑːs]
抽象类
abstract class

Examples of using Abstract class in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Class that implements an interface much provide concrete implementation of all the methods definition in an interface or else must be declare an abstract class.
实现了一个接口的类必须为接口中的所有方法提供具体的实现,否则只能声明为抽象类
Since JAVA inherits at most one class, at most one adaptor class can be adapted, and the target class must be an abstract class.
由于JAVA至多继承一个类,所以至多只能适配一个适配者类,而且目标类必须是抽象类
Order class is an abstract class and it has two concrete classes(inheritance relationship) SpecialOrder and NormalOrder.
我们将保持Order类是一个抽象类,它有两个具体的类(继承关系)SpecialOrder和NormalOrder。
We will create an Game abstract class that defines the action, where the template method is set to final so that it won't be overwritten.
我们将创建一个定义操作Game抽象类,其中,模板方法设置为final,这样它就不会被重写。
If you have an abstract class, objects of that class almost always have no meaning.
如果有一个象Instrument那样的抽象类,那个类的对象几乎肯定没有什么意义。
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection抽象类URLConnection是所有类的超类,它代表应用程序和URL之间的通信链接。
The Dictionary The Dictionary class is an abstract class that defines a data structure for mapping keys to values.
字典(Dictionary)类是一个抽象类,它定义了键映射到值的数据结构。
If you have an abstract class like Instrument, objects of that class almost always have no meaning.
如果有一个象Instrument那样的抽象类,那个类的对象几乎肯定没有什么意义。
We would keep Order class is an abstract class and it has two concrete classes(inheritance relationship) SpecialOrder and NormalOrder.
我们将保持Order类是一个抽象类,它有两个具体的类(继承关系)SpecialOrder和NormalOrder。
The Fruit class is an abstract class, and you can not create an object of an abstract class type.
比方水果是一个抽象类,你不能去建一个水果的对象。
From a C++ view there's no difference between an abstract class and an interface.
从C++的角度来看,一个抽象类和一个接口之间没有任何区别。
However, an abstract class is permitted to map interface methods onto abstract methods.
但是,一个抽象类被允许把接口方法映射到抽象方法中。
InstantiationException- if this Class represents an abstract class, an interface, an array class, a primitive type, or void;
InstantiationException--如果这个类表示一个抽象类,接口,数组类,基本类型,或无效;
URLConnection is an abstract class that represents an active connection to a resource specified by a URL.
URLConnection是一个抽象类,表示指向URL指定资源的活动连接。
A bean type may be an interface, a concrete class, or an abstract class and may be declared final or have final methods.
一个bean类型可能是一个接口、一个具体的类或者一个抽象类,并且可能申明为final或者有.
If two classes have a common interface, make that interface an abstract class.
如果两个类有共同的Interface,将此Interface做成一个抽象类
A class may implement a number of Interfaces but can extend only one abstract class.
一个类可以实现多个接口,但只能扩展一个抽象类
The topmost class should be an abstract class or an interface.
高一级的类应该聚集了一个接口或者是一个抽象类
If two classes have a common interface, make that interface an abstract class.
C、如果两个类具有共同的界面,将此界面做成一个抽象类.
But Go does not have classes, or inheritance, so substitution cannot be implemented in terms of an abstract class hierarchy.
但是Go没有类或继承,因此无法根据抽象类层次结构实现替换。
Results: 108, Time: 0.0277

Word-for-word translation

Top dictionary queries

English - Chinese