why is multiple inheritance not allowed in java?
Answer Posted / mahesh yadav ch
when ever a class extending more then one class. if f1()
method is present all exteding ... when we call f1()
method...jvm will confused which class method is called this
lead to ambuity error.....
java does'nt support multiple inheritance.......
Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What are multiple inheritances?
What is a default constraint?
Which of the following is not an isolation level in the JDBC
What do you mean by default constructor in java?
What is a condition in programming?
What is string args [] in java?
What is the default value of the local variables?
What are inbuilt functions?
What is a bufferedreader?
What is pangram in java?
Does list allow duplicates in java?
Explain how hashmap works?
What is a variable simple definition?
whatis Home interface and Remoteinterface? with example?
Why scanner is used in java?