why java does not support multiple inheritance
Answer Posted / deepak garg
multiple inheritence are simply use in java but if we use
this facility to java we are face to a mixup problem
because same name same argument confusion create and so we
are not use in multiple inheritence.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the list interface in java programming?
What are format specifiers in java?
Why packages are used?
What does ide stand for?
Which keyword specify that a variable is effectively final ?
How can you handle java exceptions?
What is composition in java?
What are the steps in the jdbc connection?
How are the elements of a gridbaglayout organized?
What is string array?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What are the advantages of passing this into a method instead of the current class object itself?
Can bool be null?
What is a condition in programming?
What will be the output of round(3.7) and ceil(3.7)?