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
Why main() method is public, static and void in java ?
What is the use of put method?
How many bits is size_t?
How do you ensure that n threads can access n resources without deadlock?
Can we use both this () and super () in a constructor?
What is string buffer?
How a string is stored in memory?
what are the states associated in the thread? : Java thread
What is the use of generics? When was it added to the Java development Kit?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
How we can generate random numbers in java?
What are different ways of object creation in java ?
How to write custom exception in java?
Explain public static void main(string args[]).
What are the two ways of implementing multi-threading in java?