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
How can you read 3rd line from a text file?
What is the use of the dispose method in C# ?
What is difference between for and foreach in c#?
What is signature c#?
Why do we use stringbuilder in c#?
How does dll hell solve in .net?
Can we store different data types in arraylist in c#?
List down the different ide’s provided by microsoft for c# development.
what is object-oriented programming (oop) language?
What is wcf c#?
Value Type and Reference Type Data type in C#?
Does c# support c type macros?
what are the different ways a method can be overloaded?
Explain About ADO and its objects
What is func c#?