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
What is double word?
Can we have a method name same as class name in java?
Can singleton class be serialized?
Can we serialize singleton class?
What is bytecode verifier?
What is a stack class in java ?
How do you sort words in java?
How many types of gc are there in java?
How does the garbage collector works in java?
What’s a deadlock?
What do you meant by active and passive objects?
What are abstract methods in java?
Which programming language is most secure?
Is .net better than java?
Is arraylist a class in java?