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 is java architectural neutral?

617


Which is the class in java?

521


What is derived datatype?

631


How infinite loop is declared?

538


Can static method access instance variables ?

598






What java ide should I use?

570


How to check if linked list contains loop in java?

459


What is string length in java?

493


What class allows you to read objects directly from a stream in java programming?

514


What is method reference?

517


What is the difference between overriding and overloading in OOPS.

565


How many functional interfaces does java 8 have?

606


How do you sort a string in java?

540


How does list work in java?

510


What are the advantages of functions?

521