What is multiple inheritance & can we implement it in java?
Answer Posted / madhan kumar.s
multiple inheritance means more base class to one derived
class.java does not support multiple inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is subsequence of a string?
What is lazy programming?
why java does not support unsigned keyword?
Why is sizeof not a function?
Why static functions are used?
What is difference between null and void?
How big is a pointer?
What is an error in java?
What is autoboxing in java?
Name few "optional" classes introduced with java 8 ?
what is bmg file and how to create that files?what will it contailn?
Is there a way to increase the size of an array after its declaration?
What do you mean by formatting?
Explain the concept of proper inheritance?
How do you create a null object?