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 / d.suganya
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an empty class? What functionality does it offer in Java?
Why is java so popular?
What does || mean in code?
What is class and object in java?
What are the wrapped, classes?
What is hash in java?
How do you avoid global variables?
Explain the difference between runnable and callable interface in java?
What is data structure in java?
What are the various access specifiers in java?
Can inner class be public in java?
How many characters is 2 bytes?
What is the difference between the font and fontmetrics classes in java programming?
What is byte value?
What is close method? How it's different from Finalize & Dispose?