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 parsing in grammar?

549


What are the object and class classes used for?

550


What two classes are used to read data only?

634


Explain the significance of listiterator.

576


What is the purpose of the enableevents() method?

573






What are synchronized methods and synchronized statements in java programming?

566


If I only change the return type, does the method become overloaded?

535


Is 0 a real number?

581


Do I need java for windows 10?

542


Why lambda expression is used in java?

565


What are the rules for naming an array?

518


How do you define a method?

507


what is instanceof operator used in java?

585


What does math floor () do?

545


What are the two basic ways in which classes that can be run as threads may be defined?

544