why java does not support multiple inheritance
Answer Posted / priyanka
Multiple inheritance means derive class from multiple
classes but java can't extend multiple classes. it can
extend one class but multiple interfaces. so create
multiple interfaces n then implement it.
Java have such fzacility to avoid ambiguty.
Thank u
| Is This Answer Correct ? | 35 Yes | 17 No |
Post New Answer View All Answers
What is the argument in java?
What are the new features in java 8? Explain
What is the difference between stringbuffer and stringbuilder class?
Can you explain the cs option of java interpreter?
What is general methodology?
What is the basic difference between string and stringbuffer object?
Is static a singleton?
How are the elements of a gridbaglayout organized in java programming?
Explain the advantages of packages in java?
What is garbage collection? Can it be forced to run?
Explain about version control?
What is a void method?
What is a singleton in genetics?
How to compare two strings in java program?
What is meant by distributed application? Why are we using that in our application?