why java does not support multiple inheritance
Answer Posted / anoop
java do not support virtual keyword ,therefore direct
multiple inheritance is not supported in java
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you get length in java?
Is string a class in java?
When we serialize an object does the serialization mechanism saves its references too?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is the size of a string in java?
What is the byte range?
In which language java is written?
How to obtain a performance profile of java program
What are drawbacks of singleton class?
What is the difference between @before and @beforeclass annotation?
What does 0 mean in boolean?
What is a variable and constant?
What does java final mean?
What is a flag and how does it work?
What environment variables do I need to set on my machine in order to be able to run java programs?