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
Explain creating threads by implementing runnable class?
How do you classify Dialog Box?
Can we have multiple public classes in a java source file?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What are keywords and reserved words in java?
What is an interoperable application in java ?
How can we achieve thread safety in java?
What is executor memory?
How will you reverse a singly-link list?
Who developed java?
Define immutable object?
How to do encapsulation in java?
What is run time allocation?
What are the limitations of procedural programming approach?
What is the new line character?