answersLogoWhite

0

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++.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

How many levels of inheritance can be possible with multi level inheritance?

There is no limit actually. But, it is preferable to keep the levels under 6-7 for ease of use and maintenance


What is inheritance how does it help us create new classes?

Inheritance is the java feature by which the functionality of a parent class is inherited by the child class. Inheritance does not help create new classes instead it avoids creation of duplicate classes. We can re-use classes using Inheritance.


How ploymorphism and inheritance is different from that in Java and c plus plus?

C++ allows multiple inheritance while Java does not. In my opinion, multiple inheritance is not useful because it can get very confusing very quick. For polymorphism, C++ does early binding by default, while Java does late binding by default. Late binding is more useful than early binding.


What is the use of interface in java other than multiple inheritance?

doba jeva tari jode ans magyo to


Type of inheritance?

There are 2 Types of genetic Inheritance. 1. Polygenic inheritance, also known as quantitative or multi-factorial inheritance refers to inheritance of a phenotypic characteristic (trait) that is attributable to two or more genes and their interaction with the environment. Polygenic traits do not follow patterns of Mendelian inheritance (qualitative traits). Instead, their phenotypes typically vary along a continuous gradient depicted by a bell curve. Eye color and skin color are both polygenetic traits. 2. Monogenic inheritance is controlled by a single gene, as opposed to multigenic.

Related Questions

How do you use bred in sentence?

One example of using "bred" in a sentence is: "The farmer bred his cows to produce high-quality milk." In this sentence, "bred" is used to indicate the action of mating animals to produce offspring with desired characteristics.


What is the meaning of purpose-bred?

Bred for a particular use.


What is a use inheritance?

Code Re-use is one of the biggest uses of Inheritance


Use the word inheritance in a sentence?

She received a large inheritance from her wealthy grandmother.


Which microscope knob do you not use on high power?

You do not use the coarse focus knob on high power because it can damage the slide and the objective lens of the microscope. Use only the fine focus knob to bring the specimen into sharp focus on high power.


How can you use bred in a sentence?

The dog breeder bred bit bulls. I have bred dogs all my life. When a person has bred dogs, it often means they breed exclusively for a certain blood line.


What are the uses of the name bred?

The uses of the name bred are that bred is another or different name for breed. The use of the bred are useful if people talk about dogs & for people who they say live outside city areas.


What is the best type of blender to use for making homemade pesto?

A high-speed blender with a sharp blade is the best type to use for making homemade pesto.


Did Gregor Mendel use animals in his experiments?

Mendel studied plant inheritance.


Why were bichons bred?

They were bred to be circus dogs. They were used as hunting dogs,too. But people don't use them for hunting anymore. Maybe they still use bichons for the circus.


What happens to an inheritance during bankruptcy?

If the inheritance is based on a death within 180 days of filing bk, the inheritance becomes part of the estate and the trustee will use it to pay your creditors.


Why is multiple inheritance not possible in C?

C is not object-oriented -- you can't even use single inheritance let alone multiple inheritance.