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


Please Help Members By Posting Answers For Below Questions

What is udp in java?

533


Can we create our own wrapper class in java?

545


What is the symbol for space?

560


Can we change the value of static variable?

497


What is the do while loop syntax?

553






What is a method header?

544


What are the high-level thread states in java programming?

584


What is stream api in java8?

537


What is method in research paper?

573


How thread scheduler schedule the task?

584


What is the applet security manager, and what does it provide?

534


Can private class be extended java?

567


What is a method vs function?

555


how to create daemon thread in java?

602


What is == and === in javascript?

556