all are saying java doesn't support multiple inheritance but
by default Object class is super class for all the user
defined classes and we can extend atmost one class so each
class can extend more than one class so java supports
multiple inheritance?i am confused with this,pls any one
explain me.
Answer Posted / sharandesai
Java supports Multiple Inheritence using Interface concept
by providing common implementations , and more important to
observe is every class that we use in java is inherited by
Object class, so even though we can extend from other
classes, This clearly shows that JAVA supports Multiple
Inheritence..(Sharandesai007@gmail.com)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does java se mean?
In java how do we copy objects?
Can a class have multiple constructors?
What is java literals?
What is java in simple terms?
What do you mean by static variable?
Differences between external iteration and internal iteration?
What is java and their uses?
What are autoboxing and unboxing? When does it occur?
What is java autoboxing?
In how many ways we can do synchronization in java?
Define inheritance with reference to java.
What does compareto () do in java?
What are the advantages and disadvantages of object cloning?
What is multi level inheritance in java?