ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
検索内容:
Kelvin wake patterns
non-virtual interface pattern
名詞
不可算名詞
(programming) A software pattern that controls how methods in a base class are overridden using the non-virtual interface.
日本語の意味
「non-virtual interface pattern」とは、基本クラスに定義されたメソッドのオーバーライドが派生クラスでどのように行われるかを、非仮想(ノンバーチャル)なインターフェースを介して制御するソフトウェアデザインパターンを指す。
英語の意味
(programming) A software pattern that controls how methods in a base class are overridden using the non-virtual interface.
curiously recurring template patterns
curiously recurring template pattern
名詞
(programming) An idiom in which a class X derives from a class template instantiation using X itself as template argument.
日本語の意味
(プログラミング)あるクラスが、自身の型をテンプレート引数として利用したクラス(テンプレートのインスタンス)から継承する手法、すなわち自己参照的テンプレート継承パターン(Curiously Recurring Template Pattern、CRTP)を指す。
英語の意味
(programming) An idiom in which a class X derives from a class template instantiation using X itself as template argument.
関連語
General Responsibility Assignment Software Patterns
固有名詞
(software, object-oriented design) Principle that consists of a set of guidelines for assigning responsibility to classes and objects.
日本語の意味
オブジェクト指向設計における、クラスやオブジェクトに責務(役割)を割り当てるためのガイドラインや原則の集合
英語の意味
(software, object-oriented design) Principle that consists of a set of guidelines for assigning responsibility to classes and objects.