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 a jagged array in java?
Why collection doesn’t extend cloneable and serializable interfaces?
Is it necessary that each try block must be followed by a catch block?
What are the differences between string, stringbuffer and stringbuilder?
Is cout buffered?
Which java ide is used the most?
What is main function purpose?
What is the purpose of assert keyword used in jdk1.4.x?
Is static a keyword in java?
What is the method to declare member of a class static?
What is function and method in java?
What are the limitations of procedural programming approach?
Is java good for beginners?
What are variable arguments or varargs?
What type of variable is gender?