answersLogoWhite

0

I think it means that an animal has inherited genes of more than one animal type, like it's parents are a cross

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Does hybrid inheritance consist of ANY two types of inheritance?

There are only two types of inheritance to begin with: single inheritance and multiple inheritance. Since they are mutually exclusive there is no such thing as hybrid inheritance.


What kind of inheritance is not allowed in java?

Java does not allow the multiple inheritance of concrete classes, though it does allow a "hybrid" inheritance of one concrete class and multiple interfaces.


What types of inheritance in Java programming?

Java uses a hybrid system of inheritance. The designers chose a compromise between strict single inheritance and full multiple inheritance.See the related questions section below for more information.


Type of inheritances in c plus plus?

Single, multiple, multi-level, hierarchical and hybrid/virtual inheritance. Single inheritance applies when one class inherits from just one base class. Multiple inheritance applies when one class inherits from two or more base classes. Multi-level inheritance applies to a class that inherits from at least one base class that is itself derived from another base class. Hierarchical inheritance applies to a base class that is inherited by two or more separate derived classes. Hybrid inheritance combines multiple inheritance, multi-level inheritance and hierarchical inheritance. That is, where A is a common base class of derived classes B and C, and B and C are both base classes of derived class D. Hybrid inheritance is often used with virtual inheritance where B and C inherit from A virtually rather than directly. In these cases, the virtual base class is instantiated by the most-derived class in the hierarchy, D, and this instance is then shared by both B and C.


Why high bred inheritance not use in C sharp?

It was the designer's decision. One would have asked the similar question if it had been design the other way. It would not be fun with another hybrid, in inheritance design, language just like C++.


How does the Key Term hybrid apply to a mono hybrid cross?

In a monohybrid cross, the term "hybrid" refers to the offspring resulting from the mating of two individuals with different alleles for a single trait. This cross typically involves one parent that is homozygous for one allele and another that is homozygous for a different allele, producing heterozygous offspring. These hybrids exhibit a combination of traits from both parent organisms, allowing for the study of inheritance patterns and dominant versus recessive traits. The resulting genotypic and phenotypic ratios can provide insights into Mendelian inheritance.


A Cross is a cross that involves one pair of contrasting traits?

A monohybrid cross involves the inheritance of a single pair of contrasting traits, typically represented by alleles at a single gene locus. This type of cross helps determine the pattern of inheritance for particular traits in offspring.


What is criss cross inheritance?

The transmission of a character from father to grandson through his daughter is called criss-cross inheritance. It is also called zig-zag inheritance.In criss-cross inheritance, the character appears in alternate generation only.The sex linked characters exhibit criss-cross inheritance.Eg. Haemophilia.


What is the Mono hybrid Cross?

A mono hybrid cross is a genetic cross between two organisms that differ in a single trait, typically focusing on one gene with two alleles. This type of cross is often used to study inheritance patterns, such as dominant and recessive traits, by observing the phenotypes of the offspring. The classic example is Gregor Mendel's pea plant experiments, where he crossed plants with smooth and wrinkled seeds to analyze the inheritance of seed shape. The resulting offspring demonstrate predictable ratios, illustrating the principles of Mendelian genetics.


Is a cash inheritence community property?

No. An inheritance is separate property.No. An inheritance is separate property.No. An inheritance is separate property.No. An inheritance is separate property.


Price of a hybrid?

Depends on what Hybrid you get, a Prius Hybrid costs different than a Lexus Hybrid...


Different types of inheritances?

Single Inheritance Multiple Inheritance Multilevel Inheritance