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
What is the use of beaninfo?
Explain the purpose of garbage collection in Java?
What is computer compiler?
Write a program to reverse a number in java?
What is a class instance variable?
What is the purpose of using break in each case of switch statement?
What are runtime exceptions?
What is multi-catch block in java?
Which sorting algorithm is best in java?
What is nested class?
How will you call an Applet using Java Script Function?
Define an applet in java?
What is a map in java?
What is an object in java and how is it created?
What is the += operator called?