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
Can we override singleton class?
What is a control variable example?
Why is static used?
What do you mean by jjs in java8?
What is methods and methodology?
How are variables stored in memory?
What is the tradeoff between using an unordered array versus an ordered array?
What is a null point?
Why we use protected in java?
What is the difference between stream and buffer?
what are the states associated in the thread? : Java thread
List out five keywords related to exception handling ?
What will happen to the exception object after exception handling?
What are the advantages of java over C++?
What do you mean by stream pipelining in java 8?