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 stringbuilder is not thread safe in java?
Which eclipse is best for java?
What are the steps involved to write rmi based programs?
What is the difference between the paint() and repaint() methods?
What are 5 boolean operators?
For class CFoo { }; what default methods will the compiler generate for you>?
why Java does not support multiple inheritances?
Can we use synchronized block for primitives?
What's the difference between an abstract class and interface in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Describe what happens when an object is created in java ?
Can we use both this () and super () in a constructor?
Can we overload the methods by making them static?
What are the properties of thread?
Can we convert list to set in java?