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
a thread is runnable, how does that work? : Java thread
What is gui programming?
Why does java not support pointers?
Why we use methods in java?
Is 0 true or false?
Can we override private methods?
What is http client in java?
java program with complete 4 oops concepts implemented example
What is a short in java?
What do you mean by global variable?
What is a java lambda expression?
What is the difference between object oriented programming language and object based programming language?
Can a class have multiple superclasses?
What does business logic mean?
What's the access scope of protected access specifier?