What is the translation of " ABSTRACT METHODS " in Chinese?

['æbstrækt 'meθədz]
['æbstrækt 'meθədz]

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
A class with one or more abstract methods is called an abstract class.
具有一个或多个抽象方法的类称为抽象类。
The definitive guide on how to use static, class or abstract methods in Python.
在Python中使用静态,类或抽象方法的权威指南.
In Java you have abstract methods, but you can't pass a method as a parameter.
在Java中你可以有抽象方法,但你不能把方法作为参数传递。
The definitive guide on how to use static, class or abstract methods in Python.
关于Python中如何使用静态、类、抽象方法的权威指南.
If a class includes abstract methods, then the class itself must be declared abstract, as in:.
如果一个类包含抽象方法,那么该类本身_必须声明为抽象的_,如下所示:.
The definitive guide on how to use static, class or abstract methods in Python.
关于如何在Python中使用静态、类或抽象方法的权威指南.
Remember that a class that contains any abstract methods the class itself is abstract and cannot be instantiated.
记住,包含任何抽象方法的类本身也是抽象的,并且不能被实例化。
If the class implements an interface, it thereby inherits all the abstract methods of an interface.
如果一个类实现了某个接口,那么它就继承了这个接口的抽象方法
A class, contains one or more abstract methods must also be declared as abstract..
包含一个或多个抽象方法的类也必须被声明为抽象类。
In java, it's possible to have anAbstract class which DOES NOT contain any Abstract methods.
在Java中,我们可以拥有一个没有抽象方法的抽象类。
A class with one or more abstract methods must itself be abstract..
包含一个或多个抽象方法的类本身必须被声明为抽象的。
Abstract class and interface both are used toachieve abstraction where we can declare the abstract methods.
抽象类和接口都用于实现抽象,我们可以声明抽象方法
A class having one or more abstract methods must be declared abstract..
包含一个或多个抽象方法的类本身必须被声明为抽象的。
Development of an accessibility service requires extending this class andimplementing its abstract methods.
可访问性服务的开发需要扩展这个类并实现它的抽象n方法
A class containing one or more abstract methods must be declared as abstract..
包含一个或多个抽象方法的类本身必须被声明为抽象的。
An abstract class is a class that is declared abstractit may ormay not include abstract methods.
抽象类(abstractclass)是一个被声明为抽象的类,它可能包含或不包含抽象方法
Any class that contains one or more abstract methods must also be declared abstract..
包含一个或多个抽象方法的类本身必须被声明为抽象的。
Abstract classes are defined so that other classes can extend them andmake them concrete by implementing the abstract methods.
定义抽象类后,其它类可以对它进行扩充并且通过实现其中的抽象方法,使抽象类具体化
If a class contains one or more abstract methods, the class must be qualified as abstract..
如果一个类包含一个或多个抽象方法,该类必须被限定为抽象的。
A non-abstract class derived from an abstract classmust include actual implementations of all inherited abstract methods and accessors.
从抽象类派生的非抽象类必须包括继承所有抽象方法和抽象访问器的实实现。
For added clarity, a class with one or more abstract methods must itself be declared abstract..
为了提高程序的清晰度,包含一个或多个抽象方法的类本身必须被声明为抽象的。
However there are some restrictions on when andwhere you can have abstract methods and rules on classes that contain them.
但是,还有一些关于何时何处你能拥有abstract方法的限制和包含这类方法的类的规则。
Subclasses of the abstract class must implement all of the abstract methods, unless it is also an abstract class.
任何继承抽象类的子类必须实现父类的所有抽象方法,除非该子类也是抽象类。
Every class containing abstract method must not be declared abstract..
任何包含抽象方法的类都必须声明为abstract。
An abstract method cannot be private.
抽象方法不能为private。
Abstract method must be implemented.
必须实现abstract方法
An abstract method may be created only inside an abstract class.
抽象方法也许只能在一个抽象类里创建。
Results: 27, Time: 0.0303

Word-for-word translation

Top dictionary queries

English - Chinese