why java does not support multiple inheritance
Answer Posted / settipalli rajesh
It is because of two reasons?
1.the derived class should contain the properties or functions with the same priority
2.multiple inheritance causes the object of "Object class would be created more than once...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by javabeans?
What is meant by data hiding/encapsulation?
What is meant by inheritance and what are its advantages?
Why set do not allow duplicates in java?
what is function overloading in java?
What is null statement?
can used Protected Class outside Function.?
Should a main method be compulsorily declared in all java classes?
How many types of threads are there in java?
Why charat is used in java?
What is unicode datatype?
What is an inner class in java?
What is the best way to findout the time/memory consuming process?
How can we create an immutable class in java?
What is the new line character?