最終更新日:2025/11/28
(programming, object-oriented programming) principle that states that once an interface has become too large, it needs to be split into smaller and more specific interfaces so that any client of the interface will only know about the methods that pertain to itself. (In other words: no client should be forced to depend on methods it does not use.)
音声機能が動作しない場合はこちらをご確認ください
正解を見る
interface segregation principle
編集履歴(0)
元となった辞書の項目
interface segregation principle
固有名詞
(programming,
object-oriented
programming)
principle
that
states
that
once
an
interface
has
become
too
large,
it
needs
to
be
split
into
smaller
and
more
specific
interfaces
so
that
any
client
of
the
interface
will
only
know
about
the
methods
that
pertain
to
itself.
(In
other
words:
no
client
should
be
forced
to
depend
on
methods
it
does
not
use.)
日本語の意味
インターフェース分離の原則: インターフェースが大きくなりすぎると、利用するクライアントが不要なメソッドまで知ってしまうため、各クライアントが必要とする機能に限定して、インターフェースをより小さく、明確に分割すべきであるという設計原則です。
意味(1)
(programming,
object-oriented
programming)
principle
that
states
that
once
an
interface
has
become
too
large,
it
needs
to
be
split
into
smaller
and
more
specific
interfaces
so
that
any
client
of
the
interface
will
only
know
about
the
methods
that
pertain
to
itself.
(In
other
words:
no
client
should
be
forced
to
depend
on
methods
it
does
not
use.)