why java does not support multiple inheritance
Answer Posted / ouali international
Multiple inheritance in Java is not allowed directly simply
because Java has another concept of Interfaces that replace
the ambiguity of this problem in other OOP languages such
as C++.
| Is This Answer Correct ? | 9 Yes | 23 No |
Post New Answer View All Answers
What is the hashcode () and equals () used for?
How much ram can a 64 bit processor theoretically?
What kind of variables can a class consist?
Can we declare main () method as non static?
What is garbage collection? Can it be forced to run?
How many bytes is a url?
Can we override compareto method?
What is the program development process?
Explain the reason behind ending a program with a system.exit(0)?
Is integer immutable in java?
Can we use switch statement with strings?
What is __ init __ functions?
Which command from the jdk compiles a java program?
define polymorphism in java
What is a line break?