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 known as interface to
support the concept of multiple inheritance.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by an object in java?

637


What about interrupt() method of thread class ?

597


What is a bubble sort in java?

553


Write a java program that prints all the values given at command-line.

559


why Java does not support multiple inheritances?

708






what is method reference in java 8?

562


Is empty set an element of empty set?

612


What is literal example?

568


What is the collections api?

579


What is a line break example?

583


What are implicit objects in java?

555


What is the purpose of file class?

552


What are the types of collections in java?

548


What is string english?

547


What causes memory leak in java?

485