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
Explain about main() method in java ?
What are bind parameters?
What is a nested structure?
How do you sort in descending order in java using collections sort?
What is the difference between heap and stack memory?
What is the similarity between dynamic binding and linking?
What are the advantages and disadvantages of object cloning?
How do you convert an int to a string in java?
Can we write a class without main method in java?
what is the difference between future and callable interface in java?
What is the locale class in java programming?
Is break statement can be used as labels in java?
Is math class static in java?
What is the static method?
Can this keyword be used to refer static members?