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
Can you call a method in a method?
What is java reflection?
When should you use arraylist and when should you use linkedlist?
What is the list interface in java programming?
What exceptions occur during serialization?
What is contract between hashcode and equal method?
What exactly is a .class file?
Difference between association, composition and aggregation?
What is an 8 bit word?
Why do we need singleton class?
What is the difference between a vector & an array list?
Can a java program have 2 main methods?
What is abstract class? Explain
What is tochararray in java?
What is difference between jdk,jre and jvm?