How multipleInheritance is possible in java?
Answer Posted / suneel
In Java multiple inheritance is not Possible....
Don't think that interface is for multiple inheritance ,most
of the book given wrong idea about - interface is for
multiple inheritance .
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What do you understand by synchronization?
What is the purpose of final keyword and when to use it?
How is java created?
What is the use of default method in interface in java?
Differences between external iteration and internal iteration?
What is the difference between throw and throws in java?
What is purpose of applet programming?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is a linkedhashmap java?
How do you use nextline in java?
What are scalar data types?
What is the use of a copy constructor?
Difference between class#getinstance() and new operator ?
What is immutable data?
How to find the largest value from the given array.