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

Why enumeration is faster than iterator?

699


What is api data?

745


What is executor memory?

705


How can constructor chaining be done by using the super keyword?

817


Which is faster string or stringbuilder?

699


How many bytes is a unicode character?

709


What's a method in programming?

734


Is namespace same as package in java?

727


What is an infinite loop?

760


How the interruptible method gets implemented?

731


What is the use of object and class classes?

763


How to compare two strings in java program?

820


What is the difference between declaration and definition in java?

719


What is the purpose of declaring a variable as final?

715


How do you print array in java?

724