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
What is boolean in java?
What are the important features of Java 10 release?
Can we instantiate interface in java?
What is use of static in java?
What restrictions are placed on method overloading in java programming?
Is age a discrete variable?
What about main() method in java ?
How to perform linear search in java?
Can you make a constructor final in Java?
What does system.gc() and runtime.gc() methods do?
What is java used for?
What are wrapper classes in java?
When a byte datatype is used?
Is vector synchronized in java?
Can a main method be declared final?