Why java Don't Support Multiple interitence
Answer Posted / g ch vishnu vardhan reddy
Multiple Inheritance is not supported by java in order to
avoid ambiguity between variables of different classes and
to rudece memory overloading.
| Is This Answer Correct ? | 42 Yes | 1 No |
Post New Answer View All Answers
Write a program to reverse a number in java?
Can we declare a class as abstract without having any abstract method?
Difference between linkedlist and arraylist.
Can we define package statement after import statement in java?
What is jvm? How its run?
What is java lang string?
How many types of interfaces are there?
What are the steps involved to create a bean?
Name few java util classes introduced with java 8 ?
Is there any sort function in java?
What is the Difference between Final Class && Abstract Class?
Is alive and join method in java?
What is the static field modifier?
What is Gang of four design patterns
Explain about data types?