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
What comes to mind when someone mentions a shallow copy in java?
What does .equals do in java?
What does @param args mean in java?
Explain different types of thread priorities ?
What is void data type?
What are register variables what are the advantages?
How infinite loop is declared?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is polymorphism and what are the types of it?
What does the @override annotation do?
What is native code?
What are user defined exceptions?
What is hasnext in java?
What are the four versions of java?
What are different types of classloaders?