Does Java support multiple Inheritance?

Answer Posted / tarun

I want to make sure that The answer provided by Tewodros
Tesema is an example of multilevel inheritence not multiple
inheritence which is supporte by java and it is true.
But Java does not supports multiple inheritence. In the case
of Interface we can inherit multiple interfaces by
sepertaing them with comm(,). But a class can inherit a
single class at a time.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a method vs function?

562


What is the purpose of the enableevents() method?

585


What is meant by polymorphism?

541


Explain notify() method of object class ?

614


What is the purpose of void?

540






What is autoboxing and unboxing?

585


What is the purpose of stub and skeleton?

549


Is null an object java?

540


Can we declare array without size in java?

553


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

600


Why collection doesn’t extend cloneable and serializable interfaces?

646


Explain about transient variables in java?

647


Explain the usage of this with constructors?

530


explain autoboxing in java?

597


List out five keywords related to exception handling ?

601