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 known as interface to
support the concept of multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the buffer limit?
What is a databasemetadata?
What is the += operator called?
What is the destroy method?
What are the restriction imposed on a static method or a static block of code?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is incompatible types in java?
What are the properties of thread?
What is proper subset?
Is empty in java?
What is difference between jdk,jre and jvm?
Can we serialize singleton class?
How hashset works internally in java?
Differentiate between postfix and prefix operators in java.
Why scanner is used in java?