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
What are synchronized blocks in java?
Is java call by value?
What is enhanced loop in java?
What is qualitative variable?
What are the various access specifiers for java classes?
Where are the local variables stored?
What methods are used to get and set the text label displayed by a button object?
What is an anonymous class in java?
What is difference between public static and void?
How to obtain a performance profile of java program
Should database connections be singleton?
who can i handle multiple client in RMI
What is an image buffer?
What are 3 data types?
Can we override constructor?