why java does not support multiple inheritance
Answer Posted / deepak garg
multiple inheritence are simply use in java but if we use
this facility to java we are face to a mixup problem
because same name same argument confusion create and so we
are not use in multiple inheritence.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can a abstract class be defined without any abstract methods?
What is comparator in java?
What is method in java ?
What is local declaration?
What is java used for on a computer?
Is math an abstract class in java?
Why are data types important?
Compare java and python.
Does string isempty check for null?
What is a condition in java?
Why is a singleton bad?
Does substring start with 0?
Can you explain the cs option of java interpreter?
Why do we create public static method in java?
Does printwriter create a file?