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
Does collectionutils isempty check for null?
What are the main features of java?
What languages are pass by reference?
What is the purpose of checked and unchecked exceptions in JAVA?
What is the difference between post and put?
How can we make a class virtual?
Can this keyword be used to refer static members?
Difference between predicate, supplier and consumer ?
What is meant by method overriding?
What is the purpose of a transient variable?
Why stringbuffer is faster than string?
What are exception handling keywords in java?
What is set and get methods in java?
What is the use of 'super' keyword inside a constructor?
How will you reverse a singly-link list?