How multipleInheritance is possible in java?
Answer Posted / suneel
In Java multiple inheritance is not Possible....
Don't think that interface is for multiple inheritance ,most
of the book given wrong idea about - interface is for
multiple inheritance .
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is 0 a real number?
How many bytes is a string java?
How do you override a variable in java?
What is loop in java?
What is java util function?
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?
what is difference between equals and ==?
What is the default value of an object reference declared as an instance variable?
What is the string function?
What is nan in java?
What is the use of optional ?
Can you use this() and super() both in a constructor?
How to sort numbers in java without array?
Difference between keyword and identifier.
What is the properties class?