பயன்பாட்டு முறை:
receive [an/the] inheritance
She received a large inheritance from her grandmother.
Nagy örökséget kapott a nagymamájától.
The inheritance included a house and several acres of land.
Az örökséghez egy ház és több holdnyi föld is tartozott.
His inheritance was divided equally among all the children.
கற்பவர்களுக்கான உதாரணங்கள்
I got an inheritance from my uncle.
Örökséget kaptam a nagybátyámtól.
Her inheritance was a small house.
Az öröksége egy kis ház volt.
They will share the inheritance.
பொதுவான தவறு:
Learners sometimes confuse 'inheritance' (the thing received) with 'to inherit' (the action).
பொருள்
assets from a deceased person
சொல் இணைப்புகள்
leave an inheritance
|receive an inheritance
|inheritance tax
|share of the inheritance
இணைச்சொற்கள்
bequest (More formal; usually refers to a specific item or sum of money left in a will.)
|
legacy (Can mean the same as inheritance but often used for non-material things too.)
எதிர்ச்சொற்கள்
debt (Opposite in the sense of financial burden rather than gain.)
கருப்பொருள்கள்
law
|family
|finance
|core_vocabulary
வரையறை
Money or things you get when someone in your family dies.
Money, property, or other possessions received from someone after they die, as stated in a will or by law.
பெயர்ச்சொல்
B2
TECHNICAL
2
Eye color is determined by genetic inheritance.
A szemszínt a genetikai öröklődés határozza meg.
Scientists study inheritance to understand diseases.
A tudósok az öröklődést tanulmányozzák, hogy jobban megértsék a betegségeket.
Some diseases are caused by faulty inheritance of genes.
கற்பவர்களுக்கான உதாரணங்கள்
Height is part of our inheritance.
A testmagasságunk részben az öröklődésből fakad.
We get our hair color from inheritance.
A hajszínünket öröklődés révén kapjuk.
Inheritance can cause some health problems.
பொதுவான தவறு:
Learners may confuse 'inheritance' in genetics with material possessions from someone who has died.
பொருள்
genetic transmission of traits
சொல் இணைப்புகள்
genetic inheritance
|inheritance pattern
|inheritance of traits
இணைச்சொற்கள்
heredity (Scientific term for passing traits through genes.)
எதிர்ச்சொற்கள்
acquired characteristics (Traits gained during life, not inherited genetically.)
கருப்பொருள்கள்
science
|biology
|health
வரையறை
The way parents pass their physical traits to their children.
The process by which genetic characteristics are passed from parents to their children or offspring.
பெயர்ச்சொல்
B2
TECHNICAL
3
Inheritance allows code reuse between related classes.
Az öröklődés lehetővé teszi a kód újrafelhasználását kapcsolódó osztályok között.
Multiple inheritance is supported in some programming languages.
Egyes programozási nyelvek támogatják a többszörös öröklődést.
They redesigned the software to reduce deep inheritance hierarchies.
கற்பவர்களுக்கான உதாரணங்கள்
Inheritance helps programmers reuse code.
Az öröklődés segít a programozóknak a kód újrafelhasználásában.
Some languages do not allow multiple inheritance.
Egyes programozási nyelvek nem teszik lehetővé a többszörös öröklődést.
We use inheritance to make new classes.
பொதுவான தவறு:
Learners may confuse 'inheritance' in programming with its legal meaning.
பொருள்
object-oriented code reuse mechanism
சொல் இணைப்புகள்
class inheritance
|multiple inheritance
|inheritance hierarchy
இணைச்சொற்கள்
subclassing (Programming term for creating a class based on another class.)
எதிர்ச்சொற்கள்
composition (Alternative to inheritance in programming design.)
கருப்பொருள்கள்
technology
|computing
|education
வரையறை
In computer programming, when one type of object gets features from another type.
In object-oriented programming, the mechanism by which one class acquires the properties and methods of another class.