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
When is the garbage collection used in Java?
Why string is not thread safe?
What is exception in java?
What is the difference between overriding and overloading in OOPS.
What is set and get methods in java?
What is the difference between conversation & casting?
Can you declare an interface method static?
Can we restart a dead thread in java?
What are the advantages of user defined functions?
What are the differences between heap and stack memory in java?
'A class is a template for an object' explain this statement.
What are the different approaches to implement a function to generate a random number?
Why can't you declare a class as protected?
Can you pass functions in java?
Why unicode is important?