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
5 Coding best practices you learned in java?
What is boolean false?
What are peerless components in java programming?
Explain about features of local inner class?
What is lossy conversion in java?
What is unicode datatype?
What is super in java?
What is return null in java?
Explain a situation where finally block will not be executed?
What is regex in java?
Explain the difference between transient and volatile in java?
Why is singleton class used?
Variables used in a switch statement can be used with which datatypes?
What is the byte range?
Is arraylist ordered?