What is multiple inheritance & can we implement it in java?
Answer Posted / siva
Multiple inheritance means it have more than one base class
and one derived..
but multiple inheritance does not support multiple
inheritance......
We r implementing multiple inheritance with the help of
interface...
and we not able to create object for interface class
directly but we can create indirectly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is indexof?
What is the largest number a double can hold?
Is int primitive data type?
What is difference between add() and addelement() in vector?
Why generics are used in java?
Is array serializable java?
Which is faster set or list in java?
What are the default and parameterized constructors?
What is http client in java?
What is a char in java?
What is java used for on a computer?
What are the advantages of passing this into a method instead of the current class object itself?
What is string and example?
What is the difference between static (class) method and instance method?
What is java util list?