why java does not support multiple inheritance
Answer Posted / amod
In java single in-heritance is possible
where as mutiple in-heritance is not supported
we cannot extend multiple classes so its not possible for
multi[ple in heritance
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Is arraylist a class in java?
What are the steps involved to write rmi based programs?
Can an interface extend a class?
What are different types of multitasking?
What are the characteristics of Final,Finally and Finalize keywords.
What is the static field modifier?
How is string immutable in java?
Are registers volatile?
Explain garbage collection in java?
What is the difference between the prefix and postfix forms of the ++ operator?
Explain about interthread communication and how it takes place in java?
Why is method overloading not possible by changing the return type in java?
Can singleton class be serialized?
What is polymorphism java example?