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 / bindu
i think one class defaultly have the features of Object
class bcoz it is parent to all classes.
so v r not directly extends the Object class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How many ways can you break a singleton class in java?
What is a key in java?
Is string is a class in java?
What is the maximum size of list in java?
What is mnemonic in assembly language?
how to deploy apache tomcat server to weblogic server in java
Explain the difference between abstract classes and interfaces in java?
Why is a singleton bad?
Why wait and notify methods are declared in object class?
When object is created and destroyed?
How to print an arraylist in java?
Does garbage collection occur in permanent generation space in jvm?
Is 64bit faster than 32 bit?
What is type parameter in java?
What are different types of arrays?