adspace
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
Explain public static void main(string args[]) in java.
What is a constructor overloading in java?
What is an object in java and how is it created?
How to sort array in descending order in java?
What is the difference between break and continue statements?
What do you mean by an interface in java?
What is the difference between equals() and == in java?
What is a classloader in java?
How to create a base64 decoder in java8?
Realized?
What is java string pool?
What is parsing in java?
Differentiate between static and non-static methods in java.
What are the differences between heap and stack memory in java?
explain different ways of using thread? : Java thread