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
Where pragma is used?
Explain the purpose of garbage collection in Java?
Tell me about your ability to work under pressure
What is string array?
What is the difference between double and float variables in java?
What is formatted output in java?
What are basic data types?
What is the difference between the paint() and repaint() methods?
What is difference between overloading and overriding in java?
What are the 7 types of characters?
Are arrays immutable in java?
How do you sort in ascending order in java?
Is map ordered in java?
What is object class in java?
What is a functional interface?