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 a finally block? Is there a case when finally will not execute?
Are private methods final?
Explain yield() method in thread class ?
What is method and methodology?
Why is it important to initialize a variable?
Can we declare register variable as global?
When do we use synchronized blocks and advantages of using synchronized blocks?
How to check if linked list contains loop in java?
What should I import for arraylist in java?
What is the relationship between clipping and repainting under awt?
Can we override the overloaded method?
What is null in java?
Is alive and join method in java?
What is difference between word and integer?
Explain when noclassdeffounderror will be raised ?