Last Updated:2025/11/28
(programming, object-oriented programming) The principle that every class should have a single responsibility entirely encapsulated by that class.
音声機能が動作しない場合はこちらをご確認ください
See correct answer
single responsibility principle
Edit Histories(0)
Source Word
single responsibility principle
Proper noun
Japanese Meaning
単一責任原則:プログラミング、特にオブジェクト指向プログラミングにおいて、各クラスが一つの責任のみを担い、その責任が完全にカプセル化されるべきであるという設計原則。