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
Why enumeration is faster than iterator?
What is api data?
What is executor memory?
How can constructor chaining be done by using the super keyword?
Which is faster string or stringbuilder?
How many bytes is a unicode character?
What's a method in programming?
Is namespace same as package in java?
What is an infinite loop?
How the interruptible method gets implemented?
What is the use of object and class classes?
How to compare two strings in java program?
What is the difference between declaration and definition in java?
What is the purpose of declaring a variable as final?
How do you print array in java?