Difference between multi-level and multiple inheritance?

Answer Posted / harish chandra sahu

Multiple Inheritance:In multiple inheritance there is only
one super(Base) class and can has many child class.And java
does not support multiple class.Practical Ex is one child
cannot has two mother.
A
^
/ \
b c

Multilevel Inheritance: There are one super class and many
subclasses, and the subclass must be a superclass if it can
inherited by the next subclass and so on.Java support it.
A
|
B
|
C
|
D

Is This Answer Correct ?    7 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you read 3rd line from a text file?

776


What is the use of the dispose method in C# ?

730


What is difference between for and foreach in c#?

656


What is signature c#?

675


Why do we use stringbuilder in c#?

708


How does dll hell solve in .net?

697


Can we store different data types in arraylist in c#?

681


List down the different ide’s provided by microsoft for c# development.

669


what is object-oriented programming (oop) language?

670


What is wcf c#?

721


Value Type and Reference Type Data type in C#?

721


Does c# support c type macros?

714


what are the different ways a method can be overloaded?

699


Explain About ADO and its objects

773


What is func c#?

773