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 an immutable class?
Can we print null in java?
What are the two ways in which thread can be created?
What is variable declaration and definition?
How to invoke external process in java.
Can size_t be negative?
Can I overload to string method
What do you understand by weak reference?
Where is the find and replace?
How can you share data between two thread in Java?
What is hashing in java?
Can I learn java without any programming experience?
What is the difference in between cpp and java? Can u explain in detail?
What is regex java?
How is Object Oriented Programming different from Procedure Oriented Programming?