How multipleInheritance is possible in java?
Answer Posted / namrta
Multiple Inheritance is not at all posiible in Java.
Reason: Inheritance means reusability of code and
Interfaces are just the declaration of methods not
implementation.We have to write code for methods for the
interface in class which is implementing that Interface.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why set is used in java?
What are register variables what are the advantages?
Can memory leak happen java?
Can a constructor be protected?
What is thread pool in java with example?
How does linkedlist work in java?
What is the vector class in java programming?
What is the difference between arraylist and hashset in java?
What kind of variables can a class consist?
Explain about strings in java?
How do you get length in java?
What is broken and continue statement?
What is collection sort in java?
What is update method called?
What is hashing in java?