Why java Don't Support Multiple interitence
Answer Posted / samir rana
java support multiple inheritance not through the use of
class, but through the implementation of interface we can
achieve multiple inheritance.
By using interface we can implement multiple interfaces for
a class which can solve the problem of our multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is operator overloading. Is it is supported in java?
What is vector capacity in java?
What is the symbol for space?
What is a class reference?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is the difference in between cpp and java? Can u explain in detail?
Explain about strings in java?
How to implement a multithreaded applet?
What are the two environment variables that must be set in order to run any java programs?
Why java is call by value?
Explain the importance of finalize() method.
Is int a class in java?
What is anti pattern in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What kind of variables a class can consist of?