A CONSTRUCTOR in Japanese translation

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

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
You can, as always, define a constructor for your exception or just use the default one.
通常のクラスのように、自分でコンストラクタを定義することもできますし、デフォルトのコンストラクタを利用することも可能です。
First, we will add a constructor to the class to initialize the state.
まず、クラスにコンストラクタを追加してstateを初期化します:。
A constructor in Python OOP is created by using__init__().
PythonOOPのコンストラクターは、__init__()を使用して作成されます。
Now we can type-hint the EventPusher interface in a constructor, or any other location where dependencies are injected by the service container.
ではコンストラクタか、もしくはサービスコンテナが依存を注入できる場所で、EventPusherインターフェイスをタイプヒントしてみましょう。
When called as a constructor, the function Function must throw a security exception.
Function関数が構築子として呼び出された際は、セキュリティ例外を投出しなければならない。
In the code above, I had explicitly declared a constructor“copy( copy&c)”.
上記のコードで、私はコンストラクタを明示的に"copy(copy&c)"と宣言しました。
Interfaces The primary interface is the PointerEvent interface which has a constructor plus several event types and associated global event handlers.
インターフェイス主なインターフェイスは、コンストラクタといくつかのイベントタイプおよび関連するグローバルイベントハンドラを持つPointerEventインターフェイスです。
When a constructor calls a virtual method, it is possible that the constructor for the instance that invokes the method has not yet executed.
コンストラクタが仮想メソッドを呼び出したときに、メソッドを呼び出すインスタンスのコンストラクタがまだ実行可能ではない可能性があります。
A constructor in JavaScript is usually declared at the instance of a class.
たいていの場合、JavaScriptではconstructorをクラスのインスタンスで宣言します。
The BlockChain class is a static class and does not require a constructor.
BlockChainクラスは静的クラスであり、コンストラクタは必要ありません。
C Error: Parent does not contain a constructor that takes 0 arguments.
Cエラー:親に0引数を取るコンストラクタが含まれていない。
Besides, the new class has a constructor that accepts response object and saves it in the error.
さらに、新しいクラスはresponseオブジェクトを受け取り、エラーに保存するコンストラクタを持ちます。
For example, If you need to create a Vector3 out of 3 floats, a constructor must be used.
たとえば、3つのfloatからVector3を作成する必要がある場合は、コンストラクターを使用する必要があります。
Using a built-in type like Number as a constructor will create a new Number object, but leaving out the new keyword will make the Number function behave.
Numberのような組み込み型をコンストラクタとして使うと、新しいNumberオブジェクトが作られますが、newキーワードを除外するとNumber関数がコンバーターのように振る舞います。
Using a built-in type like Number as a constructor will create a new Number object, but leaving out the new keyword will make the Number function behave like a converter.
Numberのような組み込み型をコンストラクタとして使うと、新しいNumberオブジェクトが作られますが、newキーワードを除外するとNumber関数がコンバーターのように振る舞います。
A partnership between the Malaysian Government and a consortium of Malaysian entrepreneurs, 1Malaysia F1 Team returns the Lotus name as a constructor to Formula One for the first time since 1994.
マレーシア政府およびマレーシア実業家のコンソーシアムである1マレーシアF1チーム間のパートナーシップは、1994年以来初めてコンストラクターとしてロータスの名をF1に復活させた。
Imagine, we have an arbitrary object obj, created by a constructor function- we don't know which one, but we would like to create a new object using it.
想像してください、コンストラクタ関数によって作成された任意のオブジェクトobjがあります-今、それを使って新しいオブジェクトを作りたいです。
The C++0x standard includes the addition of attributes that might be applied to the declaration of a class, a general function, a constructor, an array, and so forth.
C++0x標準には、クラス、一般関数、コンストラクタ、配列などの宣言に適用できる属性が追加されています。
Class syntax lets us say:“This isn't just a function- it's a class and it has a constructor”. If you forget new when calling it, JavaScript will raise an error.
クラス構文は「これは関数じゃない、それはクラスでコンストラクタを持っている」と言ってくれるもしnewをつけ忘れて呼ぶとJavascriptはエラーを発生させる。。
Our game is only going to involve one evil circle, but we are still going to define it using a constructor that inherits from Shape() to give you some practice.
私たちのゲームに邪悪な円は1つしか登場しませんが、練習のためにあえて、Shape()から継承するコンストラクターを使用して定義します。
Results: 65, Time: 0.0345

Word-for-word translation

Top dictionary queries

English - Japanese