Answer Posted / bhasker tiwari
All the answer given above are True .
but i would like to add few more.
Reasons are follows:
1.As java creates .class for each Java file.and As all java
files has there own variable and methods so incase of
Multiple inheritence all will mess up , so to avoid this
situation Java do not allow Multiple Inheritence.
2. the above discussed Diamond problem is also a Reason.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is char a data type in java?
Difference between arraylist and vector.
Does set allows null in java?
What is main function purpose?
What is super keyword explain with example?
What is balanced tree in java?
What is executor memory?
List any five features of java?
which pattern is default in scanner package?
What is an infinite loop?
How many bytes is a url?
What are identifiers in java?
What is gui programming?
Name and explain the types of ways which are used to pass arguments in any function in java.
how to create multithreaded program? : Java thread