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 the types of arrays in java?
What is string example?
Is object a data type?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What are the major drawbacks of external iteration?
Can we overload run() method in java?
What is the difference between post and put?
What are the two parts of a conditional statement?
Explain about oops concepts.
What is the difference between an if statement and a switch statement?
What is a file pointer?
You're given a Boolean 2D matrix, can you find the number of islands?
Is java written in c?
Where and how can you use a private constructor?
How to access arraylist elements in java?