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 overriding in java?
Can we assign integer value to char in java?
What is empty list in java?
What is finally block?
What is dynamic binding(late binding)?
Is 0 true or false in java?
Can we synchronize static methods in java?
How many digits is int32?
What are different types of control structures?
What type of language is java?
Why set do not allow duplicates in java?
How do you sort a string in java?
Why does java not allow multiple public classes in a java file ?
define the terminology association.
What is the difference between Error, defect,fault, failure and mistake?