why java does not support multiple inheritance
Answer Posted / jitesh singh
java support multiple inheritance though multiple interface inheritance but multiple interface inheritance allows an object to inherit many different method signatures with the warning that the inheriting object must implement those inherited methods.Thus,The inheriting object just doesn't get an implementation free ride.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the types of collections in java?
What is static variable with example?
Is null in java?
What are the uses of synchronized keyword?
What is the purpose of interface?
What is a return in java?
What is a bubble sort in java?
What is codebase?
Write a program to calculate factorial in java?
what are different ways in which a thread can enter the waiting state? : Java thread
Are constructors methods?
Can we have return statement in finally clause? What will happen?
What is string :: npos?
What are different types of inner classes ?
What is parsing in java?