What is multiple inheritance & can we implement it in java?
Answer Posted / jyoti
multiple inheritance means for onr sub class there are more
than one base class.
that means derive class inherits from more than one class
simultaneaously.
no java does not support multiple inheitance.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is nullpointerexception checked or unchecked?
What is difference overloading and overriding?
How do you check if a character in a string is a digit or letter?
Can we write multiple catch blocks under single try block?
Do loops java?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is string made of?
Explain the key functions of data binding?
What is unmodifiable list in java?
Can java run on google chrome?
What is anagram of a string?
What is java life cycle?
Is 0 an even number?
What is the replace tool?
what are Hostile Applets?