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
Can private method static?
Write code of any action class?
What is anti pattern in java?
Difference between this() and super() in java ?
Difference between a process and a program?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How do you use parseint in java?
Why stringbuffer is faster than string?
what is the final keyword denotes in java?
What is command line argument
What is immutable in java?
Is java type safe?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is blank final variable?
What is the difference between abstraction and encapsulation?