ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
factory method pattern
名詞
(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
日本語の意味
ファクトリーメソッドパターンとは、オブジェクトの生成処理を抽象メソッドを用いてサブクラスに委譲することで、具体的な生成方法(具象クラス)を隠蔽し、柔軟なオブジェクト生成を実現する生成系デザインパターンです。
英語の意味
(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
関連語