検索結果- 英語 - 多言語
検索内容:
top-class
Of the highest quality.
最高級の品質を持つ、最上級の / 非常に優れている、一流の
base class
(object-oriented programming) A class from which other classes can be derived, inheriting its functionality or interface; a potential superclass for subclasses.
派生クラスが継承する機能やインターフェースを保持する、他のクラスの基本となるクラス / サブクラスのスーパークラスとして機能するクラス
class warfare
God class
(programming, object-oriented programming) The class serving as a template for a God object.
プログラミング、特にオブジェクト指向プログラミングにおいて、神オブジェクトのテンプレートとして機能するクラス。 / God Object(神オブジェクト)に対して、基盤や設計の元となるクラス。
residue class
(number theory) A coset of an ideal of the ring of integers.
剰余類
class invariant
(software engineering) An invariant used to constrain objects of a class that is preserved by class methods and that constrains the state stored in the object.
クラス不変条件:クラスのオブジェクトに対し、クラス内のメソッドが常に維持するべき、不変の状態や条件を規定する制約。 / クラス内のオブジェクトの状態を制約し、その状態がクラスのメソッドによって常に保たれる不変の条件。
class invariants
plural of class invariant
活用形: 複数形(『class invariant』の複数形)
factory class
(software, object-oriented programming) A class that creates an object having a non-trivial creation process, implementing the factory method pattern.
オブジェクト指向プログラミングにおいて、生成過程が単純でないオブジェクトを生成する際に、ファクトリメソッドパターンを用いて生成処理をカプセル化するクラスです。
abstract class
(object-oriented programming) A class that cannot be instantiated and may have abstract method.
オブジェクト指向プログラミングにおける概念で、インスタンス化できず、抽象メソッドを含む可能性のあるクラス。