ABSTRACT CLASS - 日本語 への翻訳

['æbstrækt klɑːs]
['æbstrækt klɑːs]
abstractクラス
abstractclassを

英語 での Abstract class の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
How should I have explained the difference between an Interface and an Abstract class?
InterfaceクラスとAbstractクラスの違いをどのように説明する必要がありますか?
This abstract class contains eight methods your custom engine must implement.
この抽象クラスは、カスタムエンジンが実装する必要のある、8つのメソッドを持っています。
Error of'CAnimal'- the compiler returns the"cannot instantiate abstract class" error.
CAnimal』エラーは、コンパイラは「抽象クラスをインスタンス化できません」というエラーを出します。
Abstraction in Java is can be implemented using abstract class and interface.
Javaで開発しているとき、インターフェースや抽象クラスを使用することがあると思います。
Abstraction in Java is achieved by using interface and abstract class in Java.
Javaで開発しているとき、インターフェースや抽象クラスを使用することがあると思います。
In GNU C++, you can use the keyword signature to define a completely abstract class interface as a datatype.
GNUC++では、キーワードsignatureを使って、完全な抽象クラスのインターフェイスをデータ型として定義することができます。
A class that inherits abstract class must provide implementation of all abstract methods of abstract class..
抽象クラスから継承するクラスは、抽象クラスでabstractとして宣言されているすべてのメソッドを実装する必要があります。
A class that inherits abstract class must provide implementation of all abstract methods of abstract class.
それ自身が抽象クラスでない派生クラスは、抽象基本クラスから継承した抽象メソッドをすべて実装する必要があります。
Management Profile Usage Guide abstract class adaptation: A class adaptation with an implementation type of"abstract.
管理プロファイル使用法ガイドabstractclassadaptation/抽象クラスアダプテーション:実装タイプが"抽象"のクラスアダプテーション。
The Zend_Db_Table_Abstract class provides some information about its metadata. The.
Zend_Db_Table_Abstractクラスは、メタデータに関するいくつかの情報を提供します。
If the option is unsupplied, or if abstract-flag is nil, the class is not an abstract class.
この任意機能が指定されない場合又はabstract-flagがnilの場合,そのクラスは,抽象クラ。
Cause: This error occur when non implemented abstract class inherits abstract classes or interfaces with abstract method.
原因:抽象メソッドのあるクラスやインターフェースなどを、実装のない抽象クラスが継承している場合に発生します。
An abstract class can only be used as the base class for some other class, that is why it is impossible to create an object of the abstract class type.
抽象クラスは、いくつかの他のクラスの為に基底クラスとして使用することができるだけなので、抽象クラスのオブジェクトタイプを作成することはできません。
When inheriting from an abstract class, all methods marked abstract in the parent's class declaration must be defined by the child; additionally, these methods must be defined with the same(or a less restricted) visibility.
抽象クラスから継承する際、親クラスの宣言でabstractとしてマークされた全てのメソッドは、子クラスで定義されなければなりません。
In addition to methods for user authentication, the abstract class Authenticator also has methods for querying about the authentication being requested(see getRequestingXXX()).
ユーザ認証だけでなく、abstractクラスであるAuthenticatorには、要求されている認証についてクエリするメソッドもあります(getRequestingXXX()参照)。
To get the type information of an abstract class, use either a variable in the base class that retains type information, or a virtual function that returns it.( List 12, 13).
抽象クラスの型情報を取得するには、仮想関数や、基底クラスで型情報を保持する変数を使います。(リスト12-13)。
Abstract classes don't need to have abstract methods, but if a class has 1 or more abstract methods, then it needs to be declared as an abstract class.
抽象クラスは必ずしも抽象メンバーを含む必要はありませんが、クラスに抽象メンバーが含まれている場合は、クラス自体を抽象クラスとして宣言する必要があります。
No objects of an abstract class can be created(except for base subobjects of a class derived from it) and no non-static data members of an abstract class can be declared.
抽象クラスのオブジェクトを作成することはできず(そこから派生したクラスの基底部分オブジェクトの場合は除きます)、抽象クラスの非静的データメンバを宣言することはできません。
The Android SDK tools use this file to generate an abstract class that implements the interface and handles IPC, which you can then extend within your service.
AndroidSDKツールはこのファイルを使用して、インターフェースを実装してIPCを処理する抽象クラスを生成し、それをサービス内に拡張できます。
Just as with stubs or mocks, we can tell Mockery to base a spy on any concrete or abstract class, or to implement any number of interfaces.
スタブ/モックと同様に、具象クラス、抽象クラスをベースにするか、好きな数のインターフェイスを実装するように、Mockeryへ指示できます。
結果: 108, 時間: 0.0315

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語