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
How many types of array are there?
Explain about the main() method in java?
What two classes are used to read data only?
Explain the difference between map and flatmap stream operation?
What is a layout manager and what are different types of layout managers available in java awt?
What is a void method?
Is java 1.7 the same as java 7?
What is method overriding in java ?
what are Hostile Applets?
What does opcode mean?
What is the difference between assignment and initialization?
What is Enum in Java?
Explain importance of inheritance in java?
What is the benefit of inner / nested classes ?
How are variables stored?