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 is the static field modifier?
What is the difference between the size and capacity of a vector?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is protected access modifier?
Can long be null in java?
What is java argument list?
What is the use of beaninfo?
Is a class an object?
What does this mean java?
What are access specifiers available in java?
When do I need to use reflection feature in java?
What is classpath?
How do you sort a string in alphabetical order in java?
What is exception hierarchy in java?
What is volatile data type?