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
Explain aggregation in java?
What is meant by class and object in java?
What is hashset in java?
describe method overloading
What is literal example?
How do I find and replace in word?
What is meant by stack and queue?
What is the default execution method in java?
What is the difference between a window and a frame in java programming?
What is the use of beaninfo?
Write a program to reverse a number in java?
Can you use abstract and final both with a method?
What is regex java?
How do you convert an int to a string in java?
What is finalize() function in java?