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 / shrikanth
dude java does support multiple inheritence,although we dont
implement directly we will do it using interfaces. Good
observation from you.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
How can I become a good programmer?
Why declare Main() method as a static in java ?
What is java oops?
Why are data types important?
What is java command?
How many types of assembly languages are there?
What is the purpose of the file class in java programming?
Tell us something about set interface.
Can we override final method?
What is the difference between a break statement and a continue statement?
Why are variables important in research?
Can we create a class inside a class in java?
What is quick sort in java?
Is null a value?
How do you use wildcards?