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 / varun mittal
Please look all the answers.
They do not have any meaning.
I think that only one answer is related to question
i think one class defaultly have the features of Object
class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size of byte array in java?
What languages are pass by reference?
Difference between vector and arraylist.
What is gui programming?
Can we execute a program without main?
What is tochararray in java?
What are java packages? What is the significance of packages?
How to sort an unsorted array in java?
Explain the difference between jdk, jre, and jvm?
What are selection structures?
What is pangram in java?
What is the difference between static binding and dynamic binding?
What is object cloning in Java?
What are new features introduced with java 8 ?
How can you avoid serialization in child class if the base class is implementing the serializable interface?