answersLogoWhite

0


Best Answer

they have different meanings

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between sex-linked and maternal inheritance?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between maternal and paternal?

"Maternal" is of or pertaining to the mother, "paternal" is of or pertaining to the father.


What's the difference between maternal and paternal?

Paternal is related to the father while maternal is related to the mother. Example: Your maternal parent is your mother and your paternal parent is your father.


Is there a difference between estate being willed to you or inheritance?

No. Property that you receive by a will IS an inheritance. Property received from a relative under the laws of intestacy when there was no will is also an inheritance.


What is the difference between oodbms and ordbms?

Object-oriented database management systems (OODBMS) store data in a way that aligns with object-oriented programming concepts, allowing for complex data structures and relationships to be easily represented. On the other hand, object-relational database management systems (ORDBMS) combine relational database capabilities with object-oriented features, enabling users to work with both traditional relational data and more complex data types. ORDBMS often use SQL as the query language, whereas OODBMS may use object query languages.


What is the difference between pleiotropy and polygenic inheritance?

tatti kha meri kutey


What is the difference between Chiasma and Chiasmata?

Chiasmata is the plural of chiasma. They both describe the point of crossover between the maternal and paternal chromosomes.


Do you have to pay inheritance tax if it was passed from your grandparents to you?

Inheritance tax laws vary by country and state. In some jurisdictions, there may be exemptions or lower tax rates for inheritances passed down from grandparents to grandchildren. It's best to consult with a tax professional to determine the specific implications in your situation.


What is the difference between cytosplasmic and mendelian inheritance?

To make this simple cytoplasmic inheritance is the inheritance of genes in organelles such as mitochondria that do not go through regular mitosis which is Mendelian inheritance. It is a bit more complex than this and can be easily Googled.


What is the difference between death tax and estate tax?

Inheritance taxes and estate taxes differ only in who pays and to whom the tax is paid. Learn the differences between inheritance and estate taxes.


What is the difference between inheritance and earnings?

Inheritance is what you get if someone who dies has decided that you should have some of his/her belongings. Earnings are typically your salary, the pay you get for having done some work.


What is the difference between class inheritance and interface inheritance?

interface inheritance is a misleading term. Interface inheritance would be equivalent to the union of the method signatures of interfaces ( no typo here, an interface may implment multiple other interfaces) Class inheritance - single hierarchy (in C#), and not only the methods are inherited, but also the data members. (interface in C# cannot define data members)


What is the Difference between multilevel and multiple inheritance?

Multiple Inheritance : we can inherit more than one class in the same class. Multi-Level Inheritance: where one class can inherit only one base class and the derived class can become base class of some other class.