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 the difference between a vector & an array list?
What is widening and narrowing in java? Discuss with an example.
What are abstract classes and anonymous classes?
When is the finalize() called? What is the purpose of finalization?
What is the use of accept () method in java?
What are loops in java? What are three types of loops?
Why vector class is used?
What is the difference between stored procedure & function?
What is the symbol for line break?
Can we force garbage collector to run ?
Difference between error and exception
What are the application of stack?
What is array length?
How do you differentiate abstract class from interface?
What is the finalize method do?