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 the string function?

561


What is hotjava?

566


What is static data type in java?

557


What is the difference between an inner class and a sub-class?

512


What are the fileinputstream and fileoutputstream?

573






What is meant by the value of a variable?

462


What is structure of java heap? What is perm gen space in heap?

548


What carriage return means?

534


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

579


Where is stringbuffer stored?

557


What is classes in java?

527


What is a instance variable in java?

562


What are different exception types exceptions available in java ?

494


What does it mean to flush a file?

578


Name few java.lang classes introduced with java 8 ?

548