What is multiple inheritance & can we implement it in java?

Answer Posted / arnab

When a particular class has properties of more than one
class it is called multiple inheritance.
Since c++ like implementation of multiple inheritance programs
is difficult, and adds complexity to the language, java
provides an alternative approach to support the concept of
multiple inheritance.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between Linked list and Queue?

603


How can you handle java exceptions?

523


Is heap stored in ram?

521


What is use of valueof () in java?

554


Can java run on google chrome?

569






List primitive java types?

591


Can It is possible to synchronize the constructor of a Java Class?

590


What is a finally block?

558


What is difference between == and === in js?

544


What are the two ways to create a thread?

530


What is meant by object?

570


How can you read an integer value from the keyword when the application is runtime in java? example?

619


Explain purpose of sleep() method in java?

612


What is the use of arrays tostring () in java?

514


Which sorting algorithm is in place?

535