What is the translation of " A CONSTRUCTOR " in Chinese?

[ə kən'strʌktər]

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
CF is a constructor(and also an object).
CF是一个构造器(也是一个对象)。
At the age of 31 he decided instead to be a constructor.
相反,在31岁时,他决定成为一名建设者
Each time you call a constructor or the Semaphore.
每次调用构造函数或Semaphore.
A constructor can have zero or more parameters.
每个valueconstructor可以有0个或多个参数。
Unlike other global objects, Math is not a constructor.
与其他全局对象不同的是,Math不是一个构造器
People also translate
CF is a constructor(and also an object).
CF是一个构造函数(当然也是一个对象)。
Unlike the other global objects,Math is not a constructor.
不同于其他的全局对象,Math不是一个构造函数
As a constructor, Ferrari has 16 constructors' championships.
作为制造商,法拉利总共16次赢得车队冠军。
Unlike the other worldwide objects, Math isn't a constructor.
与其他全局对象不同的是,Math不是一个构造器
A constructor does not have a return type, not even void.
构造函数没有返回类型,也没有void。
Unlike the other worldwide objects, Math isn't a constructor.
不同于其他的全局对象,Math不是一个构造函数
All objects inherit a constructor property from their prototype.
所有对象都会从它的原型上继承一个constructor属性:.
Contrary to other worldwide objects, Math isn't a constructor.
与其他全局对象不同的是,Math不是一个构造器
Create a constructor function Calculator that creates objects with 3 methods.
创建一个构造函数使用3种方法创建对象的Calculator:.
Contrary to other worldwide objects, Math isn't a constructor.
不同于其他的全局对象,Math不是一个构造函数
Let's create a constructor function Programmer with some properties and methods.
让我们创建一个带有一些属性和方法的构造函数Programmer。
It contains two instance variables, a constructor and three methods.
它包含两个实例变量,一个构造函数和三个方法。
The concept of a constructor can be applied to most object-oriented programming languages.
构造函数的概念可以应用于大多数面向对象的编程语言。
In PHP 5, a recommended name for a constructor is__construct.
PHP5建议的构造器函数名称为__construct。
A constructor which do not have any parameters is called as default constructor..
接收任何参数的构造器被称作“无参数构造器”。
A class may have a special method called a constructor.
一个类只能拥有一个名为“constructor”的特殊方法。
We can also define a constructor in terms of another constructor..
This还可以用来从一个constructor中调用另一个constructor。
See constructor or the new operator for more information on what a constructor is.
参考constructor或者newoperator来了解什么是构造器
Unless I have a good reason for allowing a constructor to be used for implicit type conversions, I declare it explicit.
除非我有一个好理由允许构造函数被用于隐式类型转换,否则我会把它声明为explicit。
On the other hand,checked exceptions must be declared in a method or a constructor's throws clause.
而检查异常必须在方法或构造器的throws子句中声明。
A constructor is a special method that is designed to create and initialize an instance of a class.
Constructor方法是一个特殊的方法,这种方法用于创建和初始化一个由class创建的对象。
Within an instance method or a constructor, this is a reference to the current object- the object whose method or constructor is being called.
在实例方法或构造函数中,this是对当前对象的引用--即其方法或构造函数被调用的对象。
Of course, a constructor can be overloaded as well, meaning we can have several constructors, with the same name, but different parameters.
当然,构造函数也可以被重载,这意味着我们可以定义多个构造函数,名称相同,但接受不同的参数。
Results: 28, Time: 0.0304

Word-for-word translation

Top dictionary queries

English - Chinese