最終更新日:2025/11/29
(object-oriented programming) The ambiguity that arises when two classes B and C inherit from A, and a further class D inherits from both B and C, so that if there is a method in A that B and/or C has overridden, and D does not override it, it is unclear which version of the method D should inherit.
音声機能が動作しない場合はこちらをご確認ください
正解を見る
diamond problem
編集履歴(0)
元となった辞書の項目
diamond problem
名詞
(object-oriented
programming)
The
ambiguity
that
arises
when
two
classes
B
and
C
inherit
from
A,
and
a
further
class
D
inherits
from
both
B
and
C,
so
that
if
there
is
a
method
in
A
that
B
and/or
C
has
overridden,
and
D
does
not
override
it,
it
is
unclear
which
version
of
the
method
D
should
inherit.
日本語の意味
オブジェクト指向プログラミングにおいて、クラスの多重継承により生じる曖昧性の問題。例えば、クラスAを継承したクラスBとクラスCがあり、さらにそれらを継承するクラスDが存在する場合、もしAのメソッドがBまたはCでオーバーライドされ、Dではオーバーライドが行われていないならば、Dがどのバージョンのメソッドを継承すべきかが不明確になる現象を指す。
意味(1)
(object-oriented
programming)
The
ambiguity
that
arises
when
two
classes
B
and
C
inherit
from
A,
and
a
further
class
D
inherits
from
both
B
and
C,
so
that
if
there
is
a
method
in
A
that
B
and/or
C
has
overridden,
and
D
does
not
override
it,
it
is
unclear
which
version
of
the
method
D
should
inherit.
( plural )