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 are filterstreams?
What is token in java?
What is a type parameter in java?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Is c better than java?
Explain java heap space and garbage collection?
Define inheritance?
What is lifetime variable?
Is multiple inheritance supported by java?
What are the files generated after using IDL to java compiler?
What are different access specifiers in java? Explain
What is type conversion in java?
What is the basic concepts of OOPS?
Difference between default and protected access specifiers?
Java.util.regex consists of which classes?