answersLogoWhite

0

What is multiple inheritence in c?

User Avatar

Anonymous

10y ago
Updated: 8/16/2019

C is not object oriented and therefore has no concept of inheritance of any kind.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Why JAVA cantt support multiple inheritence?

It's by design.


Why do object-oriented programmers oppose using multiple inheritence?

Not all of them do; C++ uses multiple inheritance.The designers of Java decided to do away with several aspects of C++ that may cause confusion, this includes multiple inheritance, pointers, and several other aspects.The possible confusion with multiple inheritance arises when both parents have a method or field with the same name. Which one to use in the child?To have some of the benefits of multiple inheritance, Java supports interfaces instead. A class can implement multiple interfaces.


If your father-in-law leaves an inheritence to your husband are you intitled to some?

According to property laws, inheritence is considered separate property which is owned by the heir. A spouse is not entitled to inheritence.


How are interface used for multiple inheritence?

Actually, java does not support multiple inheritance. You can achieve partial multiple inheritance using interfaces but java is not like C or C++ where you can do direct multiple inheritance. However, you can achieve partial multiple inheritance with the help of interfaces. Ex: public class FerrariF12011 extends Ferrari implements Car, Automobile {…} And this is under the assumption that Car and Automobile are interfaces. Here if you see, though you don't inherit concrete code from the Car or the Automobile interface, you do inherit skeleton methods that determine the way your class eventually behaves and hence this can be considered partial Multiple Inheritance.


What are the alternatives to inheritence in java?

Java does not support multiple inheritance; a subclass cannot have more than one parent. Java compensates for this with interfaces. A class can implement multiple interfaces, but can only extend one class.


What do you mean by inheritence?

Inheritence is somethingt that you are given. Like a gift in a way. ( Read Genesis 26 and 27)


What is Mendelian inheritence?

Linkage


What is protected member in inheritence?

aw3e1123


How is the inheritence controlled in an organism?

With allels.


Burkitt's lymphoma mode of inheritence?

NO


Why does animals get hemophilia?

Genetic inheritence.


If A B and C are counting numbers and both A and B are multiples of C what can you say about A plus B?

A + B is also a multiple of C. ------------------------------------------- let k, m and n be integers. Then: A = nC as A is a multiple of C B = mC as B is a multiple of C → A + B = nC + mC = (n + m)C = kC where k = n + m kC is a multiple of C. Thus A + B is a multiple of C.