why java does not support multiple inheritance
Answer Posted / karthikeyan
Java does not support Multiple inheritance Directly, But it
will support indirectly through Interface.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain about member inner classes?
how to write a server program and sending the mails to the server using smtp protocol please help me
Is java good for beginners?
What happens to the Exception object after handling an exception?
What is implicit object in java?
What is the abstract class?
How do you sort arrays in java?
What is the difference between a checked and an unchecked exception?
Can inner class have constructor?
What are the drawbacks for singleton class?
Differentiate between a class and an object.
What is the purpose of the return statement?
Why are getters and setters used?
What if constructor is protected in java?
How to provide security in java