Respuesta :

The blending theory of inheritance is the theory that offspring have a blend, or mix, of the characteristics of their parents. Mendel noticed plants in his own garden that weren't a blend of the parents. For example, a tall plant and a short plant had offspring that were either tall or short but not medium in height. Observations such as these led Mendel to question the blending theory. He wondered if there was a different underlying principle that could explain how characteristics are inherited. He decided to experiment with pea plants to find out.

What is inheritance?

inheritance is the mechanism that allows one object or class to be based on another while keeping similar implementation. Also described as deriving new classes from existing ones, such as a superclass or a baseclass, and then organizing them into a class hierarchy.

Inheritance facilitates code reuse. The code defined in the parent class may be used by the child class without being rewritten. Because the primary code does not need to be written repeatedly, inheritance can save time and effort. Inheritance gives a clear model structure that is simple to grasp.

To know more about inheritance from the given link:

https://brainly.com/question/25248029

#SPJ4