質問:「インヘリタンス」とは、どういう意味ですか?
回答:「相続」などの意味です。
1. 英語に戻すと
「インヘリタンス」を英語に戻すと "inheritance" です。
"inheritance" は「相続する、受け継ぐ」などを意味する動詞 "inherit" の名詞形です。
2. 詳しい意味
"inheritance" の詳しい意味は次の通り:
- 相続
- 継承、受け継ぐこと
- 相続権
- 遺産
- 相続する予定の物(将来的な遺産)
- 遺伝
3. 用例
The title passes by inheritance to the eldest son.
その称号は相続により長子に受け継がれる。
He spent most of his inheritance on drink
彼は遺産の大部分を飲酒に費やした。
the cultural inheritance of Rome
ローマの文化的遺産
Physical characteristics are determined by genetic inheritance.
肉体的な性質は遺伝的に受け継いだものにより決定される。
Heredity, also called inheritance, is the passing on of traits from parents to their offspring.
遺伝(heredity) ―"inheritance" とも呼ばれる― とは性質が親から子へ伝えられることである。
# 生物学の分野で使われる "inheritance"。
Excepting Object, which has no superclass, every class has one and only one direct superclass (single inheritance). In the absence of any other explicit superclass, every class is implicitly a subclass of Object.
スーパークラスを持たないクラスである Object を除くすべてのクラスは、直接的なスーパークラスをただ1つだけ持つ(単一継承)。 明示的なスーパークラスが他に存在しない場合、すべてのクラスは暗示的(黙示的)に Object のサブクラスである。
# プログラミング用語としての "inheritance"。 用例の出典はオラクル社のJavaの説明。