What is multiple inheritance & can we implement it in java?
Answer Posted / siva
Multiple inheritance means it have more than one base class
and one derived..
but multiple inheritance does not support multiple
inheritance......
We r implementing multiple inheritance with the help of
interface...
and we not able to create object for interface class
directly but we can create indirectly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When will we prefer to use set and list in java and why?
What is final modifier?
What is the program development process?
What is bigger kb or mb?
What is java util?
Can we write class inside a class in java?
Explain the difference between map and flatmap stream operation?
When parseint method can be used?
What are the benefits of java?
What is multi level inheritance in java?
What is a pointer and does java support pointers?
What is the difference between method and means?
Which graphs are functions?
Why Java doesn’t support multiple inheritance?
How java enabled high performance?