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
Why do we use virtual methods in c#?
What is delegates in c#?
What is a scope in c#?
What is difference between arraylist and list in c#?
When was c# created?
What is the meaning of console writeline in c#?
What is difference between dictionary and list in c#?
Explain about finalize method?
What are the 3 types of comments in c#?
Why do we use void in c#?
Which is faster dictionary or list?
What is parsing? How to parse a date time string?
What is typeof undefined?
What is difference between c sharp and c#?
What is visual c# net?