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


Please Help Members By Posting Answers For Below Questions

Why set is used in java?

753


What are register variables what are the advantages?

648


Can memory leak happen java?

774


Can a constructor be protected?

764


What is thread pool in java with example?

725


How does linkedlist work in java?

687


What is the vector class in java programming?

756


What is the difference between arraylist and hashset in java?

726


What kind of variables can a class consist?

771


Explain about strings in java?

808


How do you get length in java?

766


What is broken and continue statement?

720


What is collection sort in java?

750


What is update method called?

861


What is hashing in java?

766