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 / biswajit singh
I completely agree with Amit Singh. Excellent example.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you escape in java?
How big is a pointer?
What is boolean keyword in java?
Can you make a constructor final?
How arrays are stored in memory in java?
Explain the concept of proper inheritance?
What is static class
What do you mean by platform independence of Java?
What is the significance of continue jump statement? Explain with an example.
What is "this" keyword in java? Explain
What is final modifier?
If we don’t want some of the fields not to serialize how to do that?
Variables used in a switch statement can be used with which datatypes?
Explain the difference between runnable and callable interface in java?
What is null in java?