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
Can we extend singleton class?
What are the different data types in java?
Which is a valid identifier?
What is substring in java?
Why is java logo a cup of coffee?
Does java support function overloading, pointers, structures, unions or linked lists?
What is the primitive type byte?
Can we use a switch statement with strings?
What is a string token?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Differentiate between static and non-static methods in java.
What is double word?
Explain the available thread states in a high-level?
Which is the best sorting technique in java?
What is time complexity algorithm?